chore: updated API report

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-06-15 12:24:36 +02:00
parent 14770c4f3a
commit d00a3fcd95
+2 -2
View File
@@ -235,11 +235,11 @@ export type ErrorBoundaryFallbackProps = {
};
// @public (undocumented)
export const FeatureFlagged: (props: FeatureFlaggedProps) => JSX.Element | null;
export const FeatureFlagged: (props: FeatureFlaggedProps) => JSX.Element;
// @public (undocumented)
export type FeatureFlaggedProps = {
children: JSX.Element | null;
children: ReactNode;
} & ({
with: string;
} | {