/**
 * @public
 */
export type InputType = 'date' | 'datetime-local' | 'email' | 'month' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'textarea' | 'time' | 'url' | 'urlAsText' | 'week';
//# sourceMappingURL=input-field.types.d.ts.map