UNPKG

el-react-ui

Version:

Energylink React UI components

5 lines (4 loc) 117 B
import { FC } from 'react'; import { SvgProps } from './types'; declare const Svg: FC<SvgProps>; export default Svg;