UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

4 lines (3 loc) 245 B
type InputType = 'button' | 'checkbox' | 'file' | 'hidden' | 'image' | 'password' | 'radio' | 'reset' | 'submit' | 'text'; export type NzmInputType = InputType | 'bankCard' | 'phone' | 'number' | 'digit' | 'money ' | 'tel' | 'money'; export {};