ivue-material-plus
Version:
A high quality UI components Library with Vue.js
31 lines (30 loc) • 1.05 kB
TypeScript
export declare const IvueBreadcrumbItem: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
to: {
type: (ObjectConstructor | StringConstructor)[];
default: string;
};
replace: {
type: BooleanConstructor;
default: boolean;
};
}, {
prefixCls: string;
divider: string;
classes: import("vue").ComputedRef<(string | {
"is-link": string | Record<string, any>;
})[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
to: {
type: (ObjectConstructor | StringConstructor)[];
default: string;
};
replace: {
type: BooleanConstructor;
default: boolean;
};
}>>, {
to: string | Record<string, any>;
replace: boolean;
}>> & Record<string, any>;
export default IvueBreadcrumbItem;
export * from './index.vue';