UNPKG

welcome-ui

Version:

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

9 lines (8 loc) 275 B
import { CSSObject } from '@xstyled/styled-components'; import { ThemeValues } from '../../theme'; export type ThemePopovers = { content: CSSObject; default: CSSObject; title: CSSObject; }; export declare const getPopovers: (theme: ThemeValues) => ThemePopovers;