react-declarative 2.7.88 → 2.7.89
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -25668,7 +25668,7 @@ declare module "react-declarative/components/TabsView/hooks/useTabsModal" {
|
|
|
25668
25668
|
readonly open: typeof open;
|
|
25669
25669
|
readonly render: () => JSX.Element;
|
|
25670
25670
|
readonly pickData: () => void;
|
|
25671
|
-
readonly close: Promise<boolean>;
|
|
25671
|
+
readonly close: () => Promise<boolean>;
|
|
25672
25672
|
};
|
|
25673
25673
|
export default useTabsModal;
|
|
25674
25674
|
}
|