Type alias GeneralCSSData

GeneralCSSData: CSSDecls & { [ key in keyof CSSDecls]: { [key: string]: StyleObject } } & { [key: string]: { [key: string]: StyleObject } }