UNPKG

welcome-ui

Version:

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

13 lines (12 loc) 274 B
import { ThemeValues } from '.'; export type ThemeRadii = { none: string; sm: string; md: string; lg: string; xl: string; xxl: string; full: string; [key: number]: string; }; export declare const getRadii: (theme: ThemeValues) => ThemeRadii;