@muraldevkit/ui-toolkit 2.10.0 → 2.10.2
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.
|
@@ -9,7 +9,7 @@ interface PropTypes {
|
|
|
9
9
|
*/
|
|
10
10
|
disabled?: boolean;
|
|
11
11
|
/**
|
|
12
|
-
* Focus trap container reference. Can be used to specify a custom container if a ref already
|
|
12
|
+
* Focus trap container reference. Can be used to specify a custom container if a ref is already available
|
|
13
13
|
*/
|
|
14
14
|
containerRef?: React.RefObject<HTMLElement>;
|
|
15
15
|
}
|