UNPKG

welcome-ui

Version:

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

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