Skip to content

Commit

Permalink
theme can be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Park Se Hyun committed Jan 17, 2025
1 parent 57ab441 commit d7b967a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/interfaces/complex/Hero.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ export type HeroBackgroundImageProps = Static<typeof HeroBackgroundImageSchema>
export type HeroProps = Static<typeof HeroSchema> & {
site: IsomerSiteProps
LinkComponent?: LinkComponentType
theme: "default" | "inverse"
theme?: "default" | "inverse"
}

0 comments on commit d7b967a

Please sign in to comment.