Properties
Static cmpStyles
cmpStyles: {} = ...
Static isInit
isInit: boolean = false
Methods
Static getCss
- getCss(styles: any): { classes: any; sheet: StyleSheet<string | number | symbol> }
-
Parameters
Returns { classes: any; sheet: StyleSheet<string | number | symbol> }
样式的jss
-
classes: any
-
sheet: StyleSheet<string | number | symbol>
Static getCssById
- getCssById(styles: any, cmpId?: string): any
-
Parameters
-
styles: any
-
cmpId: string = null
Returns any
样式的jss
Static init
-
Returns void
CSS样式工具类