export * from './highlight' export * from './component' export * from './md-editor' export * from './naive-ui' export * from './sms-lock' export * from './ws-socket' export * from './pinia' import directive from './directive' export function setupDirective(app) { directive(app) }