UNPKG

@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.

6 lines 359 B
import { SIZE_OPTIONS, TYPE_OPTIONS } from "../consts"; import type { Type as ALERT_TYPE } from "../../Alert/types"; export declare const sizeClasses: Record<SIZE_OPTIONS, string>; export declare const typeClasses: Record<TYPE_OPTIONS, string>; export declare const alertDescendantClasses: Record<ALERT_TYPE, string[]>; //# sourceMappingURL=twClasses.d.ts.map