What is type for "provided" styles ? #5097
Unanswered
mzk-bydgoszcz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. What is type (TypeScript) for "provided" styles ?
const multiselectStyle: StylesConfig = {
menu: (provided: any) => ({ ...provided, zIndex: 4 }),
option: (provided: any, state: any) => ({
...provided,
});
}
Beta Was this translation helpful? Give feedback.
All reactions