@ryanodd/design-system 0.1.0-dev2 → 0.1.0-dev4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,7 +98,7 @@ export declare const Menu: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement
98
98
  size?: (typeof iconSizes)[number];
99
99
  } & RefAttributes<SVGSVGElement>>;
100
100
 
101
- export declare const MenuButton: ({ children, ...props }: MenuButtonProps) => JSX.Element;
101
+ export declare const MenuButton: ({ children, trigger, ...props }: MenuButtonProps) => JSX.Element;
102
102
 
103
103
  export declare const MenuButtonItem: ({ children, ...props }: MenuButtonItemProps) => JSX.Element;
104
104
 
@@ -108,6 +108,7 @@ export declare type MenuButtonItemProps = React.ComponentPropsWithoutRef<typeof
108
108
 
109
109
  export declare type MenuButtonProps = React.ComponentPropsWithoutRef<typeof RadixMenuButton.Root> & {
110
110
  children: ReactNode;
111
+ trigger: ReactNode;
111
112
  };
112
113
 
113
114
  export declare const NoMobile: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {