hongluan-ui
Version:
Hongluan Component Library for Vue 3
29 lines (28 loc) • 1.46 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
readonly timestamp: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
readonly hideTimestamp: BooleanConstructor;
readonly type: StringConstructor;
readonly color: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
readonly icon: ObjectConstructor;
readonly dir: StringConstructor;
readonly active: BooleanConstructor;
readonly gap: StringConstructor;
}, {
namespace: import("vue").ComputedRef<string>;
parentProps: any;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
readonly timestamp: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
readonly hideTimestamp: BooleanConstructor;
readonly type: StringConstructor;
readonly color: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
readonly icon: ObjectConstructor;
readonly dir: StringConstructor;
readonly active: BooleanConstructor;
readonly gap: StringConstructor;
}>>, {
active: boolean;
color: string;
timestamp: string;
hideTimestamp: boolean;
}>;
export default _default;