UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

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