@modul/mbui 0.0.38-beta-select-df293040 → 0.0.38-beta-select-825d267b

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.38-beta-select-df293040",
3
+ "version": "0.0.38-beta-select-825d267b",
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 { FC } from 'react';
2
- import { ISelectOption } from '../SelectDrawer';
3
- declare const SelectSecondaryOption: FC<ISelectOption>;
4
- export { SelectSecondaryOption };