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