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.

7 lines 431 B
import { SIZE_OPTIONS, TYPE_OPTIONS, WEIGHT_OPTIONS } from "../consts"; export declare const typeClasses: Record<TYPE_OPTIONS, string>; export declare const backgroundClasses: Record<TYPE_OPTIONS, string>; export declare const sizeClasses: Record<SIZE_OPTIONS, string>; export declare const weightClasses: Record<WEIGHT_OPTIONS, string>; export declare const textLinkCommonClasses: string[]; //# sourceMappingURL=twClasses.d.ts.map