Type alias Mappings<TResult>

Mappings<TResult>: {
    readonly [key in keyof TResult]: Mapping<TResult, key>
}

Mappings of CSS properties.

Contains mappings for each mapped CSS property with that property name as a key.

Type Parameters

  • TResult

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

Generated using TypeDoc