GetMuiIconBindingsOptions
ts
type GetMuiIconBindingsOptions = object;Defined in: icons-types.ts:19
Options for the getMuiIconBindings function.
Since
2.0.0
Author
Simon Kovtyk
Properties
mapNames?
ts
optional mapNames?: MapNamesFn;Defined in: icons-types.ts:33
Function for mapping component names. See MapNamesFn.
Since
2.0.0
Author
Simon Kovtyk
variants
ts
variants: IconVariant[];Defined in: icons-types.ts:26
An Array of string literals representing the variants of MUI icons to include in the bindings. The available variants are derived from IconVariant.
Since
2.0.0
Author
Simon Kovtyk