@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.
16 lines • 379 B
TypeScript
export declare enum ICON_SIZES {
SMALL = "small",
MEDIUM = "medium",
LARGE = "large",
EXTRA_LARGE = "extraLarge"
}
export declare enum ICON_COLORS {
PRIMARY = "primary",
SECONDARY = "secondary",
TERTIARY = "tertiary",
INFO = "info",
SUCCESS = "success",
WARNING = "warning",
CRITICAL = "critical"
}
//# sourceMappingURL=consts.d.ts.map