UNPKG

tdesign-vue

Version:
36 lines (35 loc) 1.12 kB
import { TdBreadcrumbItemProps } from '../breadcrumb/type'; import { PropType } from 'vue'; declare const _default: { content: { type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)>; }; default: { type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)>; }; disabled: BooleanConstructor; href: { type: StringConstructor; default: string; }; icon: { type: PropType<(h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue>; }; 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<import("../breadcrumb/type").Route>; }; }; export default _default;