dfh-ui-library 1.12.776 → 1.12.778
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/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
@@ -2,7 +2,7 @@ import "./index.css";
|
|
2
2
|
export * from "./components";
|
3
3
|
export * from "./hooks";
|
4
4
|
export { VariantTypes, BorderType, LogoProps, } from "./shared/models/components/base.model";
|
5
|
-
export { DropdownSearchProps, ClickedAction, TimelineEventProps, ListMasterDataProps, BtnOptionDropdown, BADGETYPE, OptionProps, NoteItemProps, NoteProps, UrgentDataProps, MessageProps, InputType, BadgeColorVariant, ISolutionvalues, } from "./shared/models/components/common.model";
|
5
|
+
export { DropdownSearchProps, ClickedAction, TimelineEventProps, ListMasterDataProps, BtnOptionDropdown, BADGETYPE, OptionProps, NoteItemProps, NoteChildrenProps, NoteProps, UrgentDataProps, MessageProps, InputType, BadgeColorVariant, ISolutionvalues, } from "./shared/models/components/common.model";
|
6
6
|
export { ColumnDef, SortingState } from "@tanstack/react-table";
|
7
7
|
export { usePagination } from "./hooks/usePagination";
|
8
8
|
export { useSorting } from "./hooks/useSorting";
|