@modul/mbui 1.1.3 → 1.1.5

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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSorting: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSorting;
@@ -19,6 +19,7 @@ export { default as Sign } from './Sign';
19
19
  export { default as Share } from './Share';
20
20
  export { default as Settings } from './Settings';
21
21
  export { default as Search } from './Search';
22
+ export { default as Sorting } from './Sorting';
22
23
  export { default as Camera } from './Camera';
23
24
  export { default as Link } from './Link';
24
25
  export { default as Loader } from './Loader';