We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6e060 commit 8293c42Copy full SHA for 8293c42
1 file changed
packages/react-sdk/src/index.tsx
@@ -247,7 +247,11 @@ function useReflagProvider({
247
);
248
}
249
250
-type ReflagPropsBase = {
+/**
251
+ * Base props for the ReflagProvider and ReflagBootstrappedProvider.
252
+ * @internal
253
+ */
254
+export type ReflagPropsBase = {
255
children?: ReactNode;
256
loadingComponent?: ReactNode;
257
debug?: boolean;
0 commit comments