slightning-coco-widget
Version:
SLIGHTNING 的 CoCo 控件框架。
8 lines (7 loc) • 315 B
TypeScript
import { FunctionalComponent } from 'vue';
import { AntdIconProps } from '../components/AntdIcon';
export interface RightSquareFilledIconType extends FunctionalComponent<AntdIconProps> {
displayName: string;
}
declare const RightSquareFilled: RightSquareFilledIconType;
export default RightSquareFilled;