Skip to content

Commit

Permalink
feat: export updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jul 16, 2021
1 parent 0728187 commit 4eb4973
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ export { usePrismicClient } from "./usePrismicClient";
export { PrismicLink } from "./PrismicLink";
export type { PrismicLinkProps, LinkProps } from "./PrismicLink";

export { SliceZone, MissingSliceComponent } from "./SliceZone";
export { SliceZone, TODOSliceComponent } from "./SliceZone";
export type {
SliceZoneProps,
SliceComponentProps,
SliceComponentType,
SliceLike,
SliceZoneComponents,
SliceZoneLike,
SliceComponentProps,
SliceZoneProps,
} from "./SliceZone";

export { PrismicToolbar } from "./PrismicToolbar";
Expand Down

0 comments on commit 4eb4973

Please sign in to comment.