UNPKG

yozora-vue

Version:

Build beautiful, scalable UIs effortlessly with Yozora, a Vue 3 and Tailwind CSS component library focused on flexibility, responsiveness, and ease of customization. Perfect for developers seeking fast, maintainable, and utility-first design integration.

18 lines (17 loc) 626 B
interface BreadcrumbItemProps { title?: string; href?: string; current?: boolean; first?: boolean; } declare const _default: import("vue").DefineComponent<BreadcrumbItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { redirect: () => any; }, string, import("vue").PublicProps, Readonly<BreadcrumbItemProps> & Readonly<{ onRedirect?: (() => any) | undefined; }>, { href: string; title: string; current: boolean; first: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;