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