dtable-ui-component 0.3.12-alpha1 → 0.3.13
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.
- package/lib/index.js +2 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -57,4 +57,5 @@ export { default as DTableSelect } from './DTableSelect';
|
|
|
57
57
|
export { default as DTableSwitch } from './DTableSwitch';
|
|
58
58
|
export { default as DTableCustomizeSelect } from './DTableCustomizeSelect';
|
|
59
59
|
export { default as DTableCustomizeCollaboratorSelect } from './DTableCustomizeCollaboratorSelect';
|
|
60
|
-
export { default as DTableSearchInput } from './DTableSearchInput';
|
|
60
|
+
export { default as DTableSearchInput } from './DTableSearchInput';
|
|
61
|
+
export { default as ModalPortal } from './ModalPortal';
|