@bit-sun/business-component 2.0.5 → 2.0.8

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,4 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ declare const BillEntry: React.FC;
4
+ export default BillEntry;
package/dist/index.d.ts CHANGED
@@ -1,8 +1,10 @@
1
+ import 'antd/dist/antd.css';
1
2
  export { default as DataValidation } from './components/Functional/DataValidation';
2
3
  export { default as DataImport } from './components/Functional/DataImport';
3
4
  export { default as QueryMutipleInput } from './components/Functional/QueryMutipleInput';
4
5
  export { default as SearchSelect } from './components/Functional/SearchSelect';
5
6
  export { default as AddSelect } from './components/Functional/AddSelect';
7
+ export { default as BillEntry } from './components/Functional/BillEntry';
6
8
  export { default as BusinessSearchSelect } from './components/Business/SearchSelect';
7
9
  export * from './components/Business/AddSelectBusiness';
8
10
  export { default as CommodityEntry } from './components/Business/CommodityEntry';