@cleen/ui 0.1.12 → 0.1.13

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
@@ -2056,6 +2056,8 @@ type MenuProps = ComponentProps<'div'> & {
2056
2056
  items?: IMenuItem[];
2057
2057
  position?: Position;
2058
2058
  keepOpenOnClick?: boolean;
2059
+ triggerRef?: RefObject<HTMLDivElement | null>;
2060
+ menuRef?: RefObject<HTMLDivElement | null>;
2059
2061
  classNames?: {
2060
2062
  container?: string;
2061
2063
  trigger?: string;