Skip to content

Commit e04d152

Browse files
authored
Merge pull request #9 from brattonross/main
types: re-export PropsWithChildren type
2 parents 1efa86c + 31c4919 commit e04d152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ export const html = () =>
3333
}
3434
})
3535

36+
export type { PropsWithChildren } from '@kitajs/html'
37+
3638
export default html

0 commit comments

Comments
 (0)