UNPKG

tyh-ui2

Version:

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

12 lines (11 loc) 295 B
export declare const Props: { readonly title: { readonly type: StringConstructor; readonly default: () => string; }; readonly content: StringConstructor; readonly icon: { readonly type: StringConstructor; readonly default: () => string; }; };