@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
25 lines (24 loc) • 521 B
TypeScript
export declare enum InputTypeType {
BUTTON = "button",
CHECKBOX = "checkbox",
COLOR = "color",
DATE = "date",
DATETIME_LOCAL = "datetime-local",
EMAIL = "email",
FILE = "file",
HIDDEN = "hidden",
IMAGE = "image",
MONTH = "month",
NUMBER = "number",
PASSWORD = "password",
RADIO = "radio",
RANGE = "range",
RESET = "reset",
SEARCH = "search",
SUBMIT = "submit",
TEL = "tel",
TEXT = "text",
TIME = "time",
URL = "url",
WEEK = "week"
}