UNPKG

kylin-ui-component

Version:

A React UI library for some developers to develop quickly

5 lines (4 loc) 181 B
/// <reference types="react" /> import { SVGType } from './type/SVGType'; declare const BatteryCharging: (props: SVGType<SVGSVGElement>) => JSX.Element; export { BatteryCharging };