Skip to content

Commit

Permalink
feat: feat extend theme provider props to accept children
Browse files Browse the repository at this point in the history
  • Loading branch information
aspnxdd committed Jul 27, 2022
1 parent ed09360 commit 29938eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ThemeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export type ThemeProviderProps = {
dayScheme?: string
nightScheme?: string
preventSSRMismatch?: boolean
children?: React.ReactNode
}

const ThemeContext = React.createContext<{
Expand Down

0 comments on commit 29938eb

Please sign in to comment.