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