UNPKG

welcome-ui

Version:

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

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