UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

10 lines (9 loc) 799 B
import { DropdownMenuOptions } from './types'; export * from './types'; export { useMenuStore as useDropdownMenu } from '@ariakit/react'; export declare const DropdownMenu: import('react').ForwardRefExoticComponent<Omit<DropdownMenuOptions, "ref"> & import('react').RefAttributes<HTMLDivElement>> & { Arrow: import('react').ForwardRefExoticComponent<Omit<import('./types').ArrowProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>; Item: import('../../utils').FunctionComponentWithAs<"button", import('./types').ItemProps>; Separator: import('react').ForwardRefExoticComponent<Omit<import('./types').SeparatorProps, "ref"> & import('react').RefAttributes<HTMLHRElement>>; Trigger: import('../../utils').FunctionComponentWithAs<"button", import('./types').TriggerProps>; };