- import { FunctionalComponent } from 'vue';
- import { AntdIconProps } from '../components/AntdIcon';
- export interface InsertRowRightOutlinedIconType extends FunctionalComponent<AntdIconProps> {
- displayName: string;
- }
- declare const InsertRowRightOutlined: InsertRowRightOutlinedIconType;
- export default InsertRowRightOutlined;
|