@stlhorizon/vue-ui
Version:
A Vue.js component library with Tailwind CSS styling
15 lines • 640 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$props: Partial<typeof props>;
variant: string;
ariaLabel: string;
items: unknown[];
separator: string;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
declare const props: {
readonly variant: string;
readonly ariaLabel: string;
readonly items: unknown[];
readonly separator: string;
};
//# sourceMappingURL=Breadcrumb.vue.d.ts.map