@oneclick.dev/cms-kit 0.0.13 → 0.0.15

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.
@@ -1,7 +1,7 @@
1
- export declare function useIntegrationActionBuilder(): any;
2
- export declare function useIntegrations(): any;
3
- export declare function useIntegrationActions(): any;
4
- export declare function useMediaLibrary(): any;
5
- export declare function useProjectService(): any;
6
- export declare function useBreadcrumbs(): any;
7
- export declare function useQueryBuilder(): any;
1
+ export declare const useIntegrationActionBuilder: () => any;
2
+ export declare const useIntegrations: () => any;
3
+ export declare const useIntegrationActions: () => any;
4
+ export declare const useMediaLibrary: () => any;
5
+ export declare const useProjectService: () => any;
6
+ export declare const useBreadcrumbs: () => any;
7
+ export declare const useQueryBuilder: () => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneclick.dev/cms-kit",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",