export type TextInputType = 'date' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text'; export type TextInputSize = 's' | 'm' | 'l'; //# sourceMappingURL=textinput.types.d.ts.map