Skip to content

Commit

Permalink
fix: add types to export from PresentationContext; (#1093)
Browse files Browse the repository at this point in the history
Add a few types we're using on the FE to `components/index.ts` so we
dont have to import from dist;
  • Loading branch information
apattersonATX-HB authored Dec 9, 2024
1 parent 0da37f0 commit 4c88807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export * from "./Modal/useModal";
export { NavLink } from "./NavLink";
export * from "./Pagination";
export { PresentationProvider } from "./PresentationContext";
export type { InputStylePalette, PresentationFieldProps } from "./PresentationContext";
export * from "./ScrollShadows";
export * from "./Snackbar";
export * from "./Stepper";
Expand Down

0 comments on commit 4c88807

Please sign in to comment.