element-plus
Version:
> TODO: description
56 lines (55 loc) • 1.36 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
timestamp: {
type: StringConstructor;
default: string;
};
hideTimestamp: {
type: BooleanConstructor;
default: boolean;
};
placement: {
type: StringConstructor;
default: string;
};
type: {
type: StringConstructor;
default: string;
};
color: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
icon: {
type: StringConstructor;
default: string;
};
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
timestamp?: unknown;
hideTimestamp?: unknown;
placement?: unknown;
type?: unknown;
color?: unknown;
size?: unknown;
icon?: unknown;
} & {
type: string;
size: string;
color: string;
placement: string;
icon: string;
timestamp: string;
hideTimestamp: boolean;
} & {}> & {}, {
type: string;
size: string;
color: string;
placement: string;
icon: string;
timestamp: string;
hideTimestamp: boolean;
}>;
export default _default;