InputStateOf<SB>: {
    [K in keyof SB]?: InputStateOf<SB[K]>
} & {
    descriptor?: InputStateOf<typeof DescriptorBehavior>;
}

Input version of StateOf.

Type Parameters