Skip to content

Commit ce91c87

Browse files
author
Sébastien Henau
committed
fix: export missing types from react package
1 parent 5528502 commit ce91c87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ export {
1010
type FlareReactErrorHandlerCallback,
1111
type FlareReactErrorHandlerOptions,
1212
} from './flareReactErrorHandler';
13+
14+
export type { ComponentStackFrame, FlareReactContext } from './types';

0 commit comments

Comments
 (0)