UNPKG

easyest-yrc

Version:

10 lines (8 loc) 228 B
import { default as Button } from './button'; import { default as Icon } from './icon'; import { App } from 'vue'; export { Button, Icon }; declare const _default: { install: (app: App) => void; }; export default _default;