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