UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

4 lines (3 loc) 152 B
import React, { SVGProps } from 'react'; declare function SvgComponent(props: SVGProps<SVGSVGElement>): React.JSX.Element; export default SvgComponent;