element-plus
Version:
A Component Library for Vue3.0
20 lines (19 loc) • 617 B
TypeScript
declare const _default: import("vue").DefineComponent<{
title: {
type: StringConstructor;
default: () => string;
};
content: {
type: StringConstructor;
default: string;
};
}, {
handleClick: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "back"[], "back", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
title: string;
content: string;
} & {}>, {
title: string;
content: string;
}>;
export default _default;