@artibet/react-mui-components 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -5,6 +5,6 @@ export { ShowErrors } from './dist/esm'
|
|
5
5
|
export { MyTextField } from './dist/esm'
|
6
6
|
export { MyPasswordField } from './dist/esm'
|
7
7
|
export { MyEmailField } from './dist/esm'
|
8
|
-
export {
|
8
|
+
export { MySwitchField } from './dist/esm'
|
9
9
|
export { MyColorPickerField } from './dist/esm'
|
10
10
|
export { MyAutocompleteField } from './dist/esm'
|