-
|
Hi @adamwathan, is there some way to get all utilities registered by plugins (using |
Beta Was this translation helpful? Give feedback.
Answered by
Mokshit06
Jan 21, 2023
Replies: 1 comment
-
|
I found that the way to this is to create a context and then use the const ctx = createContext(config);
const classes = ctx.getClassList() |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mokshit06
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that the way to this is to create a context and then use the
getClassListmethod.