wargerm 0.2.0 → 0.2.4

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/dist/index.d.ts CHANGED
@@ -2,6 +2,7 @@ import './styles/index.less';
2
2
  export { default as Button } from './components/Button';
3
3
  export { default as IconFont } from './components/IconFont';
4
4
  export { default as Input } from './components/Input';
5
+ export { default as InputNumber } from './components/InputNumber';
5
6
  export { default as Table } from './components/Table';
6
7
  export { default as Checkbox } from './components/Checkbox';
7
8
  export { default as Radio } from './components/Radio';
@@ -18,3 +19,5 @@ export { default as Swiper } from './components/Swiper';
18
19
  export { default as Breadcrumb } from './components/Breadcrumb';
19
20
  export { default as Card } from './components/Card';
20
21
  export { default as Modal } from './components/Modal';
22
+ export { default as ModalForm } from './components/ModalForm';
23
+ export { default as TabelCard } from './components/TabelCard';