getMuiComponentBindings()
ts
function getMuiComponentBindings(options?): Elements;Defined in: components.ts:257
Function to get all MUI component bindings.
Parameters
| Parameter | Type | Description |
|---|---|---|
options? | GetMuiComponentBindingsOptions | Options for the function. See GetMuiComponentBindingsOptions. |
Returns
An Object containing all MUI component bindings. The keys are the kebab-case version of the component names (or the mapped names if a mapping function is provided), and the values are the corresponding MUI components.
Since
2.0.0
Author
Simon Kovtyk