UNPKG

welcome-ui

Version:

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

5 lines (4 loc) 260 B
import { CreateWuiProps } from '../System'; import * as Ariakit from '@ariakit/react'; export type ItemProps = CreateWuiProps<'button', Omit<Ariakit.MenuItemProps, 'as'>>; export declare const Item: import('../System').CreateWuiComponent<"button", ItemProps>;