mainstack-design-system 1.12.6 → 1.12.7
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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10103,7 +10103,7 @@ export declare function useContainerMatchMedia({ el, query, }: {
|
|
|
10103
10103
|
|
|
10104
10104
|
export declare function useDisclosure(props?: UseDisclosureProps): {
|
|
10105
10105
|
open: boolean;
|
|
10106
|
-
onOpenChange: (value:
|
|
10106
|
+
onOpenChange: (value: boolean) => void;
|
|
10107
10107
|
onToggle: () => void;
|
|
10108
10108
|
};
|
|
10109
10109
|
|