toolish - v0.2.5
    Preparing search index...

    Type Alias ComponentPatchConverter<T>

    ComponentPatchConverter: <K extends keyof T>(
        value: PatchSource<T[K]>,
        key: K,
    ) => Unreactive<T[K]>

    Type Parameters

    • T

    Type declaration