elcrm 0.9.18 → 0.9.19

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.
@@ -0,0 +1 @@
1
+ export default function ({ children }: any): import("react/jsx-runtime").JSX.Element;
@@ -2,6 +2,7 @@ import { default as List } from './List';
2
2
  import { default as Scroll } from './Scroll';
3
3
  import { default as Form } from './Form';
4
4
  import { default as Center } from './Center';
5
+ import { default as Column } from './Column';
5
6
  import { Main, Add, Icon, Open, Shake, Close } from './Modal';
6
7
  declare const _default: {
7
8
  List: typeof List;
@@ -14,5 +15,6 @@ declare const _default: {
14
15
  Form: typeof Form;
15
16
  Center: typeof Center;
16
17
  Close: typeof Close;
18
+ Column: typeof Column;
17
19
  };
18
20
  export default _default;