element-plus
Version:
A Component Library for Vue 3
33 lines (32 loc) • 1.03 kB
TypeScript
export declare const ElPageHeader: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
readonly icon: {
readonly type: StringConstructor;
readonly default: "el-icon-back";
};
readonly title: StringConstructor;
readonly content: {
readonly type: StringConstructor;
readonly default: "";
};
}, {
handleClick: () => void;
t: (...args: any[]) => string;
}, 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;
} & {
content: string;
icon: string;
} & {
title?: string | undefined;
}> & {
onBack?: (() => any) | undefined;
}, {
content: string;
icon: string;
}>> & Record<string, any>;
export default ElPageHeader;
export * from './src/page-header';