UNPKG

iweather_icons_react

Version:

![display.png](https://s1.ax1x.com/2022/06/05/XwEzWj.png)

13 lines (10 loc) 243 B
import React from 'react'; export interface P { name: string; type?: 'qweather' | 'caiyun'; size?: number | string; } declare module 'iweather_icons_react' { const component: React.FunctionComponent<P>; export default component; }