@farmart-tech/brave-react-adapter
    Preparing search index...

    Interface FeatureReaderProviderProps

    interface FeatureReaderProviderProps {
        blockRenderingUntilLoaded?: boolean;
        children: ReactNode;
        connection?: TConnection;
        featureReaderConfig: IFeatureReaderOptions;
        loader?: ReactNode;
        onFeatureFlagEvaluate?:
            | ((flagName: string, flagValue: boolean | undefined) => void)
            | null;
    }
    Index

    Properties

    blockRenderingUntilLoaded?: boolean
    children: ReactNode
    connection?: TConnection
    featureReaderConfig: IFeatureReaderOptions
    loader?: ReactNode
    onFeatureFlagEvaluate?:
        | ((flagName: string, flagValue: boolean | undefined) => void)
        | null