UNPKG

vuestic-ui

Version:
9 lines (8 loc) 493 B
export { GlobalConfigPlugin } from '../global-config/plugin'; export { ColorConfigPlugin } from '../color/plugin'; export { BreakpointConfigPlugin } from '../breakpoint/plugin'; export { VaToastPlugin } from '../../components/va-toast/plugin'; export { VaDropdownPlugin } from '../../components/va-dropdown/plugin'; export { VaModalPlugin } from '../../components/va-modal/plugin'; export { CachePlugin } from '../cache/plugin'; export { ColorsClassesPlugin } from '../colors-classes/plugin';