UNPKG

welcome-ui

Version:

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

8 lines (7 loc) 256 B
import { CSSObject } from '@xstyled/styled-components'; import { ThemeValues } from '../../theme'; export type ThemeRadioTabs = { checked: CSSObject; default: CSSObject; }; export declare const getRadioTabs: (theme: ThemeValues) => ThemeRadioTabs;