watercolor-ui
Version:
A modern minimalist cross-framework component library
19 lines • 869 B
TypeScript
declare const _default: import('vue').DefineComponent<{}, {
$emit: (event: "click", ...args: any[]) => void;
items: unknown[];
variant: string;
separator: string;
maxItems: number;
showHome: boolean;
homeIcon: string;
$props: {
readonly items?: unknown[] | undefined;
readonly variant?: string | undefined;
readonly separator?: string | undefined;
readonly maxItems?: number | undefined;
readonly showHome?: boolean | undefined;
readonly homeIcon?: string | undefined;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
export default _default;
//# sourceMappingURL=Breadcrumb.vue.d.ts.map