@modul/mbui 0.0.33-beta-sbplogo-2706b17f → 0.0.33-beta-pv-53449-47fa9aab

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modul/mbui",
3
- "version": "0.0.33-beta-sbplogo-2706b17f",
3
+ "version": "0.0.33-beta-pv-53449-47fa9aab",
4
4
  "packageManager": "yarn@3.5.1",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import type { SVGProps } from 'react';
3
- declare const SvgSbpColored: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgSbpColored;