UNPKG

@sbseguros/design-system

Version:

A Vue 3 design system with Tailwind CSS and Lucide icons.

27 lines (17 loc) 694 B
import { default as Banner } from './banner/banner.vue'; import { default as Breadcrumb } from './breadcrumb/breadcrumb.vue'; import { default as Button } from './button/Button.vue'; import { default as Collapsed } from './collapsed/collapsed.vue'; import { default as FlipBook } from './flipbook/flipbook.vue'; import { default as Manuales } from './cards/manuales.vue'; import { Plugin as Plugin_2 } from 'vue'; export { Banner } export { Breadcrumb } export { Button } export { Collapsed } export { FlipBook } export declare const getComponent: (name: string) => any; declare const install: Plugin_2; export default install; export { Manuales } export { }