UNPKG

welcome-ui

Version:

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

12 lines (11 loc) 319 B
import { CSSObject } from '@xstyled/styled-components'; import { ThemeValues } from '../../theme'; export type ThemeSwipers = { navigation: { bullet: { active: CSSObject; default: CSSObject; }; }; }; export declare const getSwipers: (theme: ThemeValues) => ThemeSwipers;