react-compinators
    Preparing search index...

    Type Alias RenameRestProps<Map, BaseProps>

    RenameRestProps: Omit<BaseProps, Map[keyof Map]>

    The props left over when omitting from BaseProps the props that will be renamed according to Map.

    Type Parameters

    • Map extends Record<string, string>
    • BaseProps extends Record<Map[string & keyof Map], unknown>