UNPKG

whale-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 220 B
import type { ExtractPropTypes } from 'vue'; export declare const formProps: { title: { type: StringConstructor; default: string; }; }; export type FormProps = ExtractPropTypes<typeof formProps>;