UNPKG

weather-icons-animated

Version:

A series of hand crafted and detailed weather icons animated with react & emotion.js

8 lines (7 loc) 238 B
import { SerializedStyles } from "@emotion/react"; import { ReactElement, Fragment } from "react"; export interface ShapeType { styles: SerializedStyles; defs?: ReactElement<typeof Fragment>; symbol: ReactElement<"symbol">; }