GetMuiIconBindingsOptions
ts
type GetMuiIconBindingsOptions = object;Defined in: types.ts:37
Options for the getMuiIconBindings function.
Since
2.0.0
Author
Simon Kovtyk
Properties
mapNames?
ts
optional mapNames: MapNamesFn;Defined in: types.ts:51
Function for mapping component names. See MapNamesFn.
Since
2.0.0
Author
Simon Kovtyk
variants
ts
variants: IconVariant[];Defined in: types.ts:44
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