Skip to content

Commit c3776df

Browse files
authored
Correct Export Of LayoutContextType (livekit#491)
1 parent 2fdbb17 commit c3776df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/context/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export {} from './chat-context';
2+
export type { LayoutContextType } from './layout-context';
23
export {
34
LayoutContext,
4-
LayoutContextType,
55
useCreateLayoutContext,
66
useEnsureCreateLayoutContext,
77
useEnsureLayoutContext,

0 commit comments

Comments
 (0)