RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@modul/mbui
Versions diffs
0.0.38-beta-select-df293040 → 0.0.38-beta-select-4db5071a
Page 5
@modul/mbui 0.0.38-beta-select-df293040 → 0.0.38-beta-select-4db5071a
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (7)
hide
show
package/dist/Select/components/SelectBankAccountBalanceOption.d.ts
+4
-0
package/dist/Select/index.d.ts
+1
-1
package/dist/Select/index.js
+2
-2
package/dist/index.d.ts
+2
-2
package/dist/index.js
+2
-2
package/package.json
+1
-1
package/dist/Select/components/SelectBankAccountOption.d.ts
+0
-4
package/package.json
CHANGED
Viewed
@@ -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-
4db5071a
",
4
4
"packageManager": "yarn@3.5.1",
5
5
"main": "./dist/index.js",
6
6
"types": "./dist/index.d.ts",
package/dist/Select/components/SelectBankAccountOption.d.ts
DELETED
Viewed
@@ -1,4 +0,0 @@
1
-
import { FC } from 'react';
2
-
import { ISelectOption } from '../SelectDrawer';
3
-
declare const SelectSecondaryOption: FC<ISelectOption>;
4
-
export { SelectSecondaryOption };
« First
‹ Prev
1
2
3
4
5