Skip to content

Commit 31c4919

Browse files
committed
types: re-export PropsWithChildren type
1 parent 1efa86c commit 31c4919

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)