UNPKG

fine-true

Version:

A small and beautiful Vue3 version of the UI Library

15 lines (14 loc) 564 B
declare type LoadingProps = { color?: string; type?: string; size?: string; text?: string; textSize?: string; vertical?: boolean; }; declare type LoadingInstancePropType = { modalColor?: string; loadingProps: LoadingProps; }; declare const createInstance: (loadingInstanceProps?: LoadingInstancePropType) => import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; export default createInstance;