Determines the behaviour of the input field
type IInputType = "text"| "password"| "number"| "email";
import {IInputType} from 'uxp/components';
Last updated 1 year ago