UNPKG

lwx-test-ui

Version:

lwx-test-ui

11 lines (10 loc) 272 B
import { App } from 'vue'; export * from '../components'; export * from '../hooks'; export * from '../utils'; declare function install(app: App, _options?: any): void; declare const _default: { install: typeof install; version: string; }; export default _default;