You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
4.3 KiB
52 lines
4.3 KiB
|
2 years ago
|
declare const _default: import("vue").DefineComponent<{
|
||
|
|
readonly separator: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
||
|
|
readonly separatorIcon: {
|
||
|
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
||
|
|
readonly required: false;
|
||
|
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
||
|
|
__epPropKey: true;
|
||
|
|
};
|
||
|
|
}, {
|
||
|
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
||
|
|
readonly separator: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
||
|
|
readonly separatorIcon: {
|
||
|
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
||
|
|
readonly required: false;
|
||
|
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
||
|
|
__epPropKey: true;
|
||
|
|
};
|
||
|
|
}>> & {
|
||
|
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
||
|
|
}>>;
|
||
|
|
ns: {
|
||
|
|
namespace: import("vue").ComputedRef<string>;
|
||
|
|
b: (blockSuffix?: string) => string;
|
||
|
|
e: (element?: string | undefined) => string;
|
||
|
|
m: (modifier?: string | undefined) => string;
|
||
|
|
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
||
|
|
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
||
|
|
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
||
|
|
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
||
|
|
is: {
|
||
|
|
(name: string, state: boolean | undefined): string;
|
||
|
|
(name: string): string;
|
||
|
|
};
|
||
|
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
||
|
|
cssVarName: (name: string) => string;
|
||
|
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
||
|
|
cssVarBlockName: (name: string) => string;
|
||
|
|
};
|
||
|
|
breadcrumb: import("vue").Ref<HTMLDivElement | undefined>;
|
||
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
||
|
|
readonly separator: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "/", boolean>;
|
||
|
|
readonly separatorIcon: {
|
||
|
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
||
|
|
readonly required: false;
|
||
|
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
||
|
|
__epPropKey: true;
|
||
|
|
};
|
||
|
|
}>>, {
|
||
|
|
readonly separator: string;
|
||
|
|
}>;
|
||
|
|
export default _default;
|