Type alias StylePropFuncs<Self, Type>

StylePropFuncs<Self, Type>: StyleSetterPropFuncs<Self, Type> & StyleGetterPropFuncs<Type>

Enforce consistent style property function generation, naming and types.

Creates type definitions for setters and getters based on a given property interface.

Type Parameters

  • Self

  • Type