fine-true
Version:
A small and beautiful Vue3 version of the UI Library
34 lines (33 loc) • 1.03 kB
TypeScript
import { PropType } from 'vue';
declare const _default: import("vue").DefineComponent<{
title: {
type: StringConstructor;
default: string;
};
subTitle: {
type: StringConstructor;
default: string;
};
icon: {
type: PropType<"error" | "success" | "warning">;
default: string;
};
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
title: {
type: StringConstructor;
default: string;
};
subTitle: {
type: StringConstructor;
default: string;
};
icon: {
type: PropType<"error" | "success" | "warning">;
default: string;
};
}>>, {
title: string;
icon: "error" | "success" | "warning";
subTitle: string;
}>;
export default _default;