UNPKG

tyh-ui2

Version:

The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.

8 lines (7 loc) 185 B
import type { PropType } from 'vue'; export declare const Props: { readonly data: { readonly type: PropType<unknown[]>; readonly default: () => unknown[]; }; };