hongluan-ui
Version:
Hongluan Component Library for Vue 3
30 lines (29 loc) • 1.62 kB
TypeScript
export declare const HlTimelineItem: import("hongluan-ui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
readonly timestamp: import("hongluan-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
readonly hideTimestamp: BooleanConstructor;
readonly type: StringConstructor;
readonly color: import("hongluan-ui/es/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("hongluan-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
readonly hideTimestamp: BooleanConstructor;
readonly type: StringConstructor;
readonly color: import("hongluan-ui/es/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;
}>> & Record<string, any>;
export default HlTimelineItem;
export * from '../timeline/src/timeline-item';