@m4l/graphics 0.0.6 → 0.0.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LinkProps as MuiLinkProps } from '@mui/material';
|
|
2
2
|
import { To } from 'history';
|
|
3
|
-
import { SkeletonProps } from '~/lib
|
|
3
|
+
import { SkeletonProps } from '~/lib/types';
|
|
4
4
|
export interface LinkWithRouteProps extends MuiLinkProps {
|
|
5
5
|
to: To;
|
|
6
6
|
skeletonProps: SkeletonProps;
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -8,4 +8,4 @@ export type { ChartPaletteOptions } from './theme/palette';
|
|
|
8
8
|
export type { GridPaletteOptions } from './theme/palette';
|
|
9
9
|
export { defaultThemeOptions } from './theme/defaultThemeOptions';
|
|
10
10
|
export { default as fnComponentsOverrides } from './theme/overrides';
|
|
11
|
-
export type { HostThemeType } from '
|
|
11
|
+
export type { HostThemeType } from './types';
|