Interface PropTypeOfFiveFeatures<F>

interface PropTypeOfFiveFeatures<F> {
    $five: Pick<FiveInjectionTypes, F[number]>;
}

Type Parameters

Properties

Properties

$five: Pick<FiveInjectionTypes, F[number]>