@sunggang/ui-lib 0.2.13 → 0.2.14
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/index.esm.js +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
package/index.esm.js
CHANGED
|
@@ -109792,4 +109792,4 @@ var TabsPanel = function(param) {
|
|
|
109792
109792
|
});
|
|
109793
109793
|
};
|
|
109794
109794
|
|
|
109795
|
-
export { BaseTable, BigCalender, CkEditor, CustomSelect, CustomUpload, DataTable, DateRangePicker, DnDCalendar, DropDown, DropImage, ReactDateRange, Regex, Spin, Switch, TabsPanel, UiLibrary, decryptByEcPay, encryptByEcPay, verifyId, verifyTaxId };
|
|
109795
|
+
export { BaseTable, BigCalender, Button, CkEditor, CustomSelect, CustomUpload, DataTable, DateRangePicker, DnDCalendar, DropDown, DropImage, ReactDateRange, Regex, Spin, Switch, TabsPanel, UiLibrary, buttonVariants, decryptByEcPay, encryptByEcPay, verifyId, verifyTaxId };
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export * from './lib/UploadImage/CustomUpload';
|
|
|
9
9
|
export * from './lib/Switch';
|
|
10
10
|
export * from './components/ui/dateRangePicker';
|
|
11
11
|
export * from './components/ui/reactDateRange';
|
|
12
|
+
export * from './components/ui/button';
|
|
12
13
|
export * from './lib/DataTable';
|
|
13
14
|
export * from './lib/DataTable/BaseTable';
|
|
14
15
|
export * from './lib/Function';
|