pdap-design-system 3.1.0-beta.25 → 3.1.0-beta.27
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/index.d.ts +3 -1
- package/dist/index.cjs +7 -7
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2180 -2109
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -8,6 +8,7 @@ export * from './components/Form/types';
|
|
8
8
|
export * from './components/FormV2/types';
|
9
9
|
export * from './components/Header/types';
|
10
10
|
export * from './components/InputCheckbox/types';
|
11
|
+
export * from './components/InputRadio/types';
|
11
12
|
export * from './components/InputDatePicker/types';
|
12
13
|
export * from './components/InputText/types';
|
13
14
|
export * from './components/InputTextArea/types';
|