UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

5 lines (4 loc) 205 B
import { CSSObject } from '@xstyled/styled-components'; import { ThemeValues } from '../../theme'; export type ThemeLabels = CSSObject; export declare const getLabels: (theme: ThemeValues) => ThemeLabels;