@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
24 lines (23 loc) • 518 B
TypeScript
export declare enum TYPE_OPTIONS {
TEXT = "text",
NUMBER = "number",
EMAIL = "email",
PASSWORD = "password",
PASSPORTID = "passportid"
}
export declare enum TOKENS {
heightInput = "heightInput",
fontSizeInput = "fontSizeInput",
paddingInput = "paddingInput",
iconSize = "iconSize"
}
export declare enum INPUTMODE {
NUMERIC = "numeric",
TEL = "tel",
DECIMAL = "decimal",
EMAIL = "email",
URL = "url",
SEARCH = "search",
TEXT = "text",
NONE = "none"
}