Files
dsProject/dsBase/WebRoot/html/cdn/lib/components/page-header/src/page-header.vue.d.ts

32 lines
1.5 KiB
TypeScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
declare const _default: import("vue").DefineComponent<{
readonly icon: {
readonly type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
readonly default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}>, {}>;
};
readonly title: StringConstructor;
readonly content: {
readonly type: StringConstructor;
readonly default: "";
};
}, {
handleClick: () => void;
t: import("element-plus/es/hooks").Translator;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
back: () => boolean;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
readonly icon?: unknown;
readonly title?: unknown;
readonly content?: unknown;
} & {
icon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
content: string;
} & {
title?: string | undefined;
}> & {
onBack?: (() => any) | undefined;
}, {
icon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
content: string;
}>;
export default _default;