UNPKG

welcome-ui

Version:

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

5 lines (4 loc) 262 B
import { CreateWuiProps } from '../System'; import * as Ariakit from '@ariakit/react'; export type SeparatorProps = CreateWuiProps<'div', Ariakit.MenuSeparatorProps>; export declare const Separator: import('../System').CreateWuiComponent<"div", SeparatorProps>;