UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

9 lines (8 loc) 262 B
import type { ExtractPropTypes } from 'vue'; export declare const Props: { readonly type: { readonly type: StringConstructor; readonly default: () => string; }; }; export declare type LoadingBarPropsType = ExtractPropTypes<typeof Props>;