GetMuiComponentBindingsOptions
ts
type GetMuiComponentBindingsOptions = object;Defined in: types.ts:61
Options for the getMuiComponentBindings function.
Since
2.0.0
Author
Simon Kovtyk
Properties
mapNames?
ts
optional mapNames: MapNamesFn;Defined in: types.ts:68
Function for mapping component names. See MapNamesFn.
Since
2.0.0
Author
Simon Kovtyk