UNPKG

welcome-ui

Version:

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

4 lines (3 loc) 193 B
import { CreateWuiProps } from '../System'; export type BoxProps = Omit<CreateWuiProps<'div'>, 'dataTestId'>; export declare const Box: import('../System').CreateWuiComponent<"div", BoxProps>;