fine-true
Version:
A small and beautiful Vue3 version of the UI Library
26 lines (25 loc) • 805 B
TypeScript
declare const _default: import("vue").DefineComponent<{
title: {
type: StringConstructor;
default: string;
};
content: {
type: StringConstructor;
default: string;
};
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "back"[], "back", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
title: {
type: StringConstructor;
default: string;
};
content: {
type: StringConstructor;
default: string;
};
}>> & {
onBack?: ((...args: any[]) => any) | undefined;
}, {
content: string;
title: string;
}>;
export default _default;