Type alias NestedStyleMap

NestedStyleMap: {
    [key in CssProperty]?: PickPropertyValues<key> | StyleMap
}

Generated using TypeDoc