Skip to content

Commit

Permalink
Export headerPropsSchema to allow DCR to handle the Header compon…
Browse files Browse the repository at this point in the history
…ent (#1123)
  • Loading branch information
cemms1 authored May 8, 2024
1 parent 9ddfec4 commit 435463e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dotcom/.changeset/long-jars-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@guardian/support-dotcom-components': patch
---

Exports headerPropsSchema for use directly in DCR component
1 change: 1 addition & 0 deletions packages/dotcom/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export {
TickerEndType,
} from '../../shared/src/types/props/shared';
export { contributionTabFrequencies } from '../../shared/src/types/abTests/epic';
export { headerPropsSchema } from '../../shared/src/types/props/header';
export { epicPropsSchema } from '../../shared/src/types/props/epic';
export * from './requests';

0 comments on commit 435463e

Please sign in to comment.