ados-rcm 1.1.225 → 1.1.226
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/AChip/AChip.d.ts +78 -0
- package/dist/AModule/AComponents/AIcon/AIcon.d.ts +2 -3
- package/dist/index.cjs.js +22 -22
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +3759 -3686
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -3,6 +3,7 @@ export * from './AModule/AComponents/AButton/AButton';
|
|
3
3
|
export * from './AModule/AComponents/AButton/AIconButton';
|
4
4
|
export * from './AModule/AComponents/AButton/AThemeButton';
|
5
5
|
export * from './AModule/AComponents/ACheckBox/ACheckBox';
|
6
|
+
export * from './AModule/AComponents/AChip/AChip';
|
6
7
|
export * from './AModule/AComponents/AClock/AClock';
|
7
8
|
export * from './AModule/AComponents/ADatePicker/ADatePicker';
|
8
9
|
export * from './AModule/AComponents/ADatePicker/ADateRangePicker';
|