UNPKG

288 BTypeScriptView Raw
1import { FunctionalComponent } from 'vue';
2import { AntdIconProps } from '../components/AntdIcon';
3export interface AlertTwoToneIconType extends FunctionalComponent<AntdIconProps> {
4 displayName: string;
5}
6declare const AlertTwoTone: AlertTwoToneIconType;
7export default AlertTwoTone;