dfh-ui-library 1.12.438 → 1.12.440
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/MonthPicker/MonthPicker.d.ts +1 -1
- package/dist/cjs/types/components/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/MonthPicker/MonthPicker.d.ts +1 -1
- package/dist/esm/types/components/index.d.ts +1 -0
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
@@ -58,3 +58,4 @@ export { default as ButtonGroupMultiSelect } from "./ButtonGroup/ButtonGroupMult
|
|
58
58
|
export { default as CheckBoxComponent } from "./FilterButtonGroup/Checkbox";
|
59
59
|
export { default as Todos } from "./SideBarListView/todos";
|
60
60
|
export { default as UrgentChallenges } from "./SideBarListView/urgentChallenges";
|
61
|
+
export { default as MonthPicker } from "./MonthPicker";
|