UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

7 lines (6 loc) 248 B
export type InputSize = 'sm' | 'md' | 'lg'; export declare const validationStatusMap: { readonly Success: "success"; readonly Error: "error"; }; export type ValidationStatus = (typeof validationStatusMap)[keyof typeof validationStatusMap];