-
export class StyleXSheet {
// @param {Theme} [theme]
setRootTheme(theme) {
this.rootTheme = theme;
this.inject()
}
// @param {Theme} [theme]
setRootTheme(theme) {
this.rootDarkTheme= theme;
this.inject()
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
necolas
Dec 8, 2023
Replies: 2 comments
-
|
Docs: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tienlx97
-
|
Please do not use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docs: