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.
@@ -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";