intro.js
    Preparing search index...

    Type Alias PropsWithKnownKeys<ElementType>

    PropsWithKnownKeys: Partial<{ [K in keyof ElementType]: PropValueOrDerived }>

    Type Parameters

    • ElementType