Amazon Vinyl
    Preparing search index...

    Type Alias HookExtensions

    HookExtensions: {
        [p in keyof typeof hookExtensions]?: Parameters<
            typeof hookExtensions[p],
        >[1]
    }

    A type map of the jsx extended properties to the type provided to the hook.