Skip to content

Commit 9b5e5ba

Browse files
committed
feat(types): export react root mount option types
1 parent 5b1021b commit 9b5e5ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export { reactAction$, reactActionFromQrl } from './action'
22
export { ReactIsland, reactify } from './eager'
33
export { installReactIslands, type ReactIslandsLoaderOptions } from './loader'
44
export { createReactQrl, reactify$ } from './resumable'
5+
export type { MountedReactRoot, MountReactRootOptions } from './react-root'
56
export type {
67
ClientDirective,
78
MaybeAccessor,

0 commit comments

Comments
 (0)