@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.
17 lines (16 loc) • 417 B
TypeScript
export declare enum TYPE_OPTIONS {
PRIMARY = "primary",
SECONDARY = "secondary",
CRITICAL = "critical",
WHITE = "white",
PRIMARY_SUBTLE = "primarySubtle",
CRITICAL_SUBTLE = "criticalSubtle",
BUNDLE_BASIC = "bundleBasic",
BUNDLE_MEDIUM = "bundleMedium",
BUNDLE_TOP = "bundleTop"
}
export declare enum SIZE_OPTIONS {
SMALL = "small",
NORMAL = "normal",
LARGE = "large"
}