UNPKG

tyh-ui2

Version:

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

34 lines (33 loc) 962 B
export declare const Props: { readonly modelValue: BooleanConstructor; readonly width: { readonly type: StringConstructor; readonly default: () => string; }; readonly top: { readonly type: StringConstructor; readonly default: () => string; }; readonly title: StringConstructor; readonly appendToBody: BooleanConstructor; readonly modal: { readonly type: BooleanConstructor; readonly default: () => boolean; }; readonly modalClose: { readonly type: BooleanConstructor; readonly default: () => boolean; }; readonly showClose: { readonly type: BooleanConstructor; readonly default: () => boolean; }; readonly showHeader: { readonly type: BooleanConstructor; readonly default: () => boolean; }; readonly zIndex: { readonly type: NumberConstructor; readonly default: () => number; }; };