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