@useloops/design-system 1.4.152 → 1.4.153
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/dist/esm/index.js +2 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
5
5
|
import * as _emotion_styled from '@emotion/styled';
|
|
6
6
|
import * as _mui_system from '@mui/system';
|
|
7
7
|
import { Theme as Theme$1 } from '@mui/material/styles';
|
|
8
|
-
import { MuiMarkdownProps } from 'mui-markdown';
|
|
9
8
|
import { NumericFormatProps } from 'react-number-format';
|
|
10
9
|
import { UniqueIdentifier } from '@dnd-kit/core';
|
|
11
10
|
import { SubmitHandler } from 'react-hook-form';
|
|
@@ -473,7 +472,7 @@ declare const Loader: FunctionComponent<LoaderProps>;
|
|
|
473
472
|
|
|
474
473
|
declare const Logo: FunctionComponent<React.SVGProps<SVGSVGElement>>;
|
|
475
474
|
|
|
476
|
-
declare const Markdown: (props:
|
|
475
|
+
declare const Markdown: (props: any) => react_jsx_runtime.JSX.Element;
|
|
477
476
|
|
|
478
477
|
type NavigationSizing = 'sm' | 'lg';
|
|
479
478
|
|