UNPKG

@limetech/lime-elements

Version:
5 lines 242 B
/** * @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