UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

36 lines (35 loc) 1.05 kB
import { TdBreadcrumbItemProps } from '../breadcrumb/type'; import { PropType } from 'vue'; declare const _default: { content: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; default: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; disabled: BooleanConstructor; href: { type: StringConstructor; default: string; }; icon: { type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>; }; maxWidth: { type: StringConstructor; default: any; }; replace: BooleanConstructor; router: { type: PropType<any>; }; target: { type: PropType<"_self" | "_blank" | "_parent" | "_top">; default: "_self" | "_blank" | "_parent" | "_top"; validator(val: TdBreadcrumbItemProps['target']): boolean; }; to: { type: PropType<string | import("../breadcrumb/type").Route>; }; }; export default _default;