andoncloud-widget-preview 1.2.0 → 1.2.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.
@@ -1,6 +1,6 @@
1
- import 'react-grid-layout/css/styles.css';
2
- import 'react-resizable/css/styles.css';
3
- import React from 'react';
4
- import { DashboardProps } from '@/types';
5
- declare const Dashboard: React.FC<DashboardProps>;
6
- export default Dashboard;
1
+ import 'react-grid-layout/css/styles.css';
2
+ import 'react-resizable/css/styles.css';
3
+ import React from 'react';
4
+ import { DashboardProps } from '@/types';
5
+ declare const Dashboard: React.FC<DashboardProps>;
6
+ export default Dashboard;
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- import { DashboardProps } from '@/types';
3
- declare const Routing: React.FC<DashboardProps>;
4
- export default Routing;
1
+ import React from 'react';
2
+ import { DashboardProps } from '@/types';
3
+ declare const Routing: React.FC<DashboardProps>;
4
+ export default Routing;
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- import { WidgetPreviewProps } from '@/types';
3
- declare const WidgetPreview: React.FC<WidgetPreviewProps>;
4
- export default WidgetPreview;
1
+ import React from 'react';
2
+ import { WidgetPreviewProps } from '@/types';
3
+ declare const WidgetPreview: React.FC<WidgetPreviewProps>;
4
+ export default WidgetPreview;
package/dist/i18n.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import i18n from 'i18next';
2
- export default i18n;
1
+ import i18n from 'i18next';
2
+ export default i18n;
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import './i18n';
2
- export { default as WidgetPreview } from './components/WidgetPreview';
3
- export { WidgetPreviewProps } from './types';
1
+ import './i18n';
2
+ export { default as WidgetPreview } from './components/WidgetPreview';
3
+ export { WidgetPreviewProps } from './types';