Skip to content

Commit 8293c42

Browse files
committed
fix: build
1 parent bb6e060 commit 8293c42

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/react-sdk/src/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,11 @@ function useReflagProvider({
247247
);
248248
}
249249

250-
type ReflagPropsBase = {
250+
/**
251+
* Base props for the ReflagProvider and ReflagBootstrappedProvider.
252+
* @internal
253+
*/
254+
export type ReflagPropsBase = {
251255
children?: ReactNode;
252256
loadingComponent?: ReactNode;
253257
debug?: boolean;

0 commit comments

Comments
 (0)