@sisense/sdk-ui-vue 1.18.1 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,4 +5,5 @@ export { useGetDashboardModels } from './use-get-dashboard-models.js';
5
5
  export { useGetSharedFormula } from './use-get-shared-formula.js';
6
6
  export { useGetWidgetModel } from './use-get-widget-model.js';
7
7
  export { useFetch } from './use-fetch.js';
8
+ export { usePlugins } from './use-plugins.js';
8
9
  export type { UseFetchOptions } from './use-fetch.js';