ados-rcm 1.0.492 → 1.0.493

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.
@@ -89,6 +89,12 @@ export interface IAFloatMenuProps<T> {
89
89
  * Description : onClick of AFloatMenu
90
90
  */
91
91
  onClick?: (key: keyof T) => any;
92
+ /**
93
+ * onClose? : () => void
94
+ *
95
+ * Description : onClose of AFloatMenu
96
+ */
97
+ onClose?: () => void;
92
98
  /**
93
99
  * offset? : IOffset
94
100
  *