UNPKG

@fle-ui/plus-im-record

Version:
9 lines (8 loc) 246 B
import React from 'react'; import { AntdIconProps } from '@ant-design/icons/lib/components/AntdIcon'; interface MainProps { [key: string]: any; type: string; } declare const Icon: React.FC<MainProps & AntdIconProps>; export default Icon;