UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

7 lines (6 loc) 156 B
import { App } from 'vue'; import { CChip } from './CChip'; declare const CChipPlugin: { install: (app: App) => void; }; export { CChipPlugin, CChip };