fix(react-renderer): Change react-renderer props to interface (#668)

* Change react-renderer props to interface

* Changeset
pull/675/head
Alex Turpin 2024-07-31 10:01:53 -04:00 committed by GitHub
parent d4a69131e1
commit 9c58014a7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/react-renderer': patch
---
Change renderer Props type to interface to allow merging

View File

@ -1,6 +1,6 @@
export * from './react-renderer'
export type Props = {}
export interface Props {}
declare module 'hono' {
interface ContextRenderer {