Type alias StypMapper<TResult>

StypMapper<TResult>: ((this, from) => TResult)

Type Parameters

  • TResult

    A type of mapped properties. This is a mapping result type.

Type declaration

    • (this, from): TResult
    • A type of function that maps CSS properties to something else.

      Parameters

      Returns TResult

      Mapping result.

Generated using TypeDoc