@cleen/ui 0.1.11 → 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 +2 -0
- package/dist/index.js +10 -10
- package/package.json +2 -1
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;
|