UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

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