Type alias Struct<TRefMap>

Struct<TRefMap>: {
    readonly [K in keyof TRefMap]: StypProperties<any>
}

A map of named CSS properties structures.

Each property in this map corresponds to CSS rule reference with the same CSS properties structure.

Type Parameters

  • TRefMap = {
        [name: string]: StypProperties<any>;
    }

    A type of target map of named CSS properties structures.

Generated using TypeDoc