UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

8 lines (7 loc) 335 B
import { FunctionalComponent } from 'vue'; import { AntdIconProps } from '../components/AntdIcon'; export interface InsertRowAboveOutlinedIconType extends FunctionalComponent<AntdIconProps> { displayName: string; } declare const InsertRowAboveOutlined: InsertRowAboveOutlinedIconType; export default InsertRowAboveOutlined;