UNPKG

welcome-ui

Version:

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

5 lines (4 loc) 189 B
import { CreateWuiProps } from '../System'; type ContentProps = CreateWuiProps<'div'>; export declare const Content: import('../System').CreateWuiComponent<"div", ContentProps>; export {};