UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

9 lines (8 loc) 280 B
import { App } from 'vue'; import { CAlert } from './CAlert'; import { CAlertHeading } from './CAlertHeading'; import { CAlertLink } from './CAlertLink'; declare const CAlertPlugin: { install: (app: App) => void; }; export { CAlertPlugin, CAlert, CAlertHeading, CAlertLink };