UNPKG
@brightlayer-ui/icons-mui
Version:
alpha (4.0.0-alpha.0)
beta (3.0.0-beta.0)
latest (4.1.0)
4.1.0
4.0.0
4.0.0-alpha.0
3.6.1
3.6.0
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
3.0.0-beta.0
2.8.1
2.8.0
2.7.0
2.7.0-beta.0
Brightlayer UI icons for MUI
github.com/etn-ccis/blui-icons/tree/master/mui
etn-ccis/blui-icons
@brightlayer-ui/icons-mui
/
Generator.d.ts
5 lines
(4 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
declare
const
SvgGenerator
:
import
(
"@mui/material/OverridableComponent"
).
OverridableComponent
<
import
(
"@mui/material/SvgIcon"
).
SvgIconTypeMap
<{},
"svg"
>> & {
muiName
:
string
; };
export
default
SvgGenerator
;