UNPKG

welcome-ui

Version:

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

7 lines (6 loc) 260 B
import { CreateWuiProps } from '../System'; export interface ShapeOptions { shape?: 'circle' | 'square'; } export type ShapeProps = CreateWuiProps<'div', ShapeOptions>; export declare const Shape: import('../System').CreateWuiComponent<"div", ShapeProps>;