UNPKG

t-fighting-design

Version:

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

9 lines (8 loc) 277 B
import type { PropType, ExtractPropTypes } from 'vue'; export declare const Props: { readonly padding: { readonly type: PropType<string | number>; readonly default: () => string; }; }; export declare type MainPropsType = ExtractPropTypes<typeof Props>;