UNPKG

@sbseguros/design-system

Version:

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

64 lines (45 loc) 1.56 kB
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 Financiera } from './cards/financiera.vue'; import { default as FlipBook } from './flipbook/flipbook.vue'; import { default as Loading } from './loading/loading.vue'; import { default as Manuales } from './cards/manuales.vue'; import { default as Navbar } from './navbar/navbar.vue'; import { default as Pagos } from './cards/pagos.vue'; import { Plugin as Plugin_2 } from 'vue'; import { default as Productos } from './cards/productos.vue'; import { default as Search } from './search/search.vue'; import { default as Seguros } from './cards/seguros.vue'; export { Banner } export { Breadcrumb } export { Button } export { Collapsed } export { Financiera } export { FlipBook } export declare const getComponent: (name: string) => any; declare const install: Plugin_2; export default install; export { Loading } export { Manuales } export { Navbar } export declare interface NavbarItem { key: string; title: string; description: string; url?: string; } export { Pagos } export { Productos } export { Search } export declare interface SearchItem { id: number; name: string; category?: string; description?: string; url: string; icon?: string; } export { Seguros } export { }