UNPKG

antd-omi-icons

Version:
17 lines (16 loc) 538 B
import { Component as OmiComponent } from 'omi'; import type { AntdIconProps } from '../components/types'; import '../components/AntdIcon'; declare global { namespace JSX { interface IntrinsicElements { ['o-file-add-outlined']: Omi.Props & Partial<AntdIconProps>; } } } export default class FileAddOutlined extends OmiComponent<AntdIconProps> { static displayName: string; static tagName: string; static inheritAttrs: boolean; render(props: Omi.OmiProps<AntdIconProps>): JSX.Element; }