FeatureFlaggedProps
Home > @backstage/core-app-api
> FeatureFlaggedProps
Props for the FeatureFlagged() component.
Signature:
export type FeatureFlaggedProps = {
children: ReactNode;
} & ({
with: string;
} | {
without: string;
});
Home > @backstage/core-app-api
> FeatureFlaggedProps
Props for the FeatureFlagged() component.
Signature:
export type FeatureFlaggedProps = {
children: ReactNode;
} & ({
with: string;
} | {
without: string;
});