@data-c/ui 0.0.125-alpha.0 → 0.0.127-alpha.0

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.
package/dist/index.d.ts CHANGED
@@ -238,6 +238,7 @@ interface DrawerMenuProps extends DrawerProps {
238
238
  link?: string;
239
239
  activeMenu?: string;
240
240
  onMenuClick: (link: string) => void;
241
+ toggleMenu: (open?: boolean) => void;
241
242
  }
242
243
  declare function DrawerMenu(props: DrawerMenuProps): react_jsx_runtime.JSX.Element;
243
244