UNPKG

@welcome-ui/shape

Version:

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

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