asma-core-ui 3.0.8 → 3.0.9

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.0.8",
6
+ "version": "3.0.9",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",
@@ -1,3 +0,0 @@
1
- import { type ContainerProps } from '@mui/material';
2
- import type { FC } from 'react';
3
- export declare const StyledContainer: FC<ContainerProps>;
@@ -1 +0,0 @@
1
- export * from './StyledContainer';
@@ -1,2 +0,0 @@
1
- import { type StackProps } from '@mui/material';
2
- export declare const StyledStack: (props: StackProps) => JSX.Element;