UNPKG
el-react-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Energylink React UI components
bitbucket.org/cozero/el-react-ui
el-react-ui
/
lib
/
components
/
icons
/
withIcon.d.ts
4 lines
(3 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
import
{
WithIcon
}
from
'@/components/icons/types'
;
declare
const
withIcon
:
WithIcon
;
export
default
withIcon;