UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

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;