UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

15 lines (14 loc) 368 B
import { DefaultTheme } from 'styled-components'; type Foundations = DefaultTheme & { COLORS: object; BORDERS: object; FONT_FAMILY: object; FONT_WEIGHT: object; HEADING: object; PARAGRAPH: object; TEXT_ALIGN: object; SIZES: object; SHADOW: object; }; export declare const getFoundations: (COLORS: string) => Foundations; export {};