UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

39 lines (38 loc) 1.15 kB
export declare const IvueBreadcrumb: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{ divider: { type: StringConstructor; default: string; }; justifyCenter: { type: BooleanConstructor; default: boolean; }; justifyEnd: { type: BooleanConstructor; default: boolean; }; }, { prefixCls: string; styles: import("vue").ComputedRef<{ 'justify-content': string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ divider: { type: StringConstructor; default: string; }; justifyCenter: { type: BooleanConstructor; default: boolean; }; justifyEnd: { type: BooleanConstructor; default: boolean; }; }>>, { divider: string; justifyCenter: boolean; justifyEnd: boolean; }>> & Record<string, any>; export default IvueBreadcrumb; export * from './index.vue';