vrfi-design-system 1.1.73 → 1.1.75
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 +6 -0
- package/dist/main.es.js +16125 -15656
- package/dist/main.umd.js +120 -120
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ import { BadgeType } from '../../enums/badgeType.enum';
|
|
|
11
11
|
import { BadgeType as BadgeType_2 } from '../../../enums/badgeType.enum';
|
|
12
12
|
import { ButtonType } from '../../enums/buttonType';
|
|
13
13
|
import { ButtonType as ButtonType_2 } from 'antd/lib/button';
|
|
14
|
+
import { Calendar } from 'antd';
|
|
15
|
+
import { CalendarProps } from 'antd';
|
|
14
16
|
import { CheckboxGroupProps as CheckboxGroupProps_2 } from 'antd/lib/checkbox';
|
|
15
17
|
import { CheckboxOptionType } from 'antd/lib/checkbox/Group';
|
|
16
18
|
import { default as Col } from 'antd/lib/col';
|
|
@@ -286,6 +288,10 @@ export declare interface ButtonProps {
|
|
|
286
288
|
|
|
287
289
|
export { ButtonType }
|
|
288
290
|
|
|
291
|
+
export { Calendar }
|
|
292
|
+
|
|
293
|
+
export { CalendarProps }
|
|
294
|
+
|
|
289
295
|
export declare const Card: FC<CardProps>;
|
|
290
296
|
|
|
291
297
|
export declare interface CardProps {
|