ados-rcm 1.1.726 → 1.1.728

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.
@@ -65,6 +65,12 @@ export interface IAFloatMenuProps<T> {
65
65
  * Description : defs of AFloatMenu
66
66
  */
67
67
  defs: TAFloatMenuDefs<T>;
68
+ /**
69
+ * floatWrapperClassName? : string
70
+ *
71
+ * Description : className of float wrapper
72
+ */
73
+ floatWrapperClassName?: string;
68
74
  /**
69
75
  * offset? : IOffset
70
76
  *