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