UNPKG

@1771technologies/lytenyte-pro

Version:

20 lines (19 loc) 1.85 kB
import { Menu as B } from '@base-ui-components/react/menu'; export declare const Menu: { Container: import('react').ForwardRefExoticComponent<B.Popup.Props & import('react').RefAttributes<Element>>; Submenu: ({ children, trigger, ...props }: import('react').ComponentProps<typeof B.Root> & { trigger: import('react').ReactNode; }) => import("react/jsx-runtime").JSX.Element; SubmenuTrigger: import('react').ForwardRefExoticComponent<B.SubmenuTrigger.Props & import('react').RefAttributes<Element>>; SubmenuPositioner: import('react').ForwardRefExoticComponent<B.Positioner.Props & import('react').RefAttributes<HTMLDivElement>>; Item: import('react').ForwardRefExoticComponent<B.Item.Props & import('react').RefAttributes<Element>>; Separator: typeof B.Separator; Group: import('react').ForwardRefExoticComponent<B.Group.Props & import('react').RefAttributes<Element>>; GroupLabel: import('react').ForwardRefExoticComponent<B.GroupLabel.Props & import('react').RefAttributes<HTMLDivElement>>; RadioGroup: typeof B.RadioGroup; Radio: import('react').ForwardRefExoticComponent<B.RadioItem.Props & import('react').RefAttributes<Element>>; RadioIndicator: import('react').ForwardRefExoticComponent<Omit<B.RadioItemIndicator.Props & import('react').RefAttributes<HTMLSpanElement>, "ref"> & import('react').RefAttributes<HTMLSpanElement>>; Checkbox: import('react').ForwardRefExoticComponent<B.CheckboxItem.Props & import('react').RefAttributes<Element>>; CheckboxIndicator: import('react').ForwardRefExoticComponent<Omit<B.CheckboxItemIndicator.Props & import('react').RefAttributes<HTMLSpanElement>, "ref"> & import('react').RefAttributes<HTMLSpanElement>>; Positioner: import('react').ForwardRefExoticComponent<B.Positioner.Props & import('react').RefAttributes<HTMLDivElement>>; };