UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

3 lines (2 loc) 121 B
import type { FC, ReactElement } from 'react'; export declare function createIconComponent(svg: ReactElement): FC<{}>;