UNPKG

hongluan-ui

Version:
45 lines (44 loc) 1.26 kB
export declare const HlSpinner: import("hongluan-ui/es/utils").SFCWithInstall<import("vue").DefineComponent<{ status: { type: StringConstructor; default: string; }; animation: { type: StringConstructor; default: string; }; duration: { type: StringConstructor; default: string; }; color: { type: StringConstructor; }; size: StringConstructor; }, { namespace: import("vue").ComputedRef<string>; style: any; definedSize: import("vue").Ref<boolean>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ status: { type: StringConstructor; default: string; }; animation: { type: StringConstructor; default: string; }; duration: { type: StringConstructor; default: string; }; color: { type: StringConstructor; }; size: StringConstructor; }>>, { animation: string; status: string; duration: string; }>> & Record<string, any>; export default HlSpinner;