@kiwicom/orbit-components
Version:
<div align="center"> <a href="https://orbit.kiwi" target="_blank"> <img alt="orbit-components" src="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components.png" srcset="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components@2x.png 2x"
20 lines (17 loc) • 340 B
JavaScript
// @flow
export const TYPE_OPTIONS = {
TEXT: "text",
NUMBER: "number",
EMAIL: "email",
PASSWORD: "password",
};
export const SIZE_OPTIONS = {
SMALL: "small",
NORMAL: "normal",
};
export const TOKENS = {
heightInput: "heightInput",
fontSizeInput: "fontSizeInput",
paddingInput: "paddingInput",
iconSize: "iconSize",
};