weather-icons-animated
Version:
A series of hand crafted and detailed weather icons animated with react & emotion.js
16 lines (15 loc) • 662 B
TypeScript
export { type WeatherState, type WeatherSvgProps, WeatherSvg } from './WeatherSvg';
export type { ShapeType } from './shapes/type';
export { Base } from './base';
export declare const shapes: {
lighteningBolt: import("./shapes/type").ShapeType;
sun: import("./shapes/type").ShapeType;
hail: import("./shapes/type").ShapeType;
moon: import("./shapes/type").ShapeType;
star: import("./shapes/type").ShapeType;
clouds: import("./shapes/type").ShapeType;
rain: import("./shapes/type").ShapeType;
snowFlake: import("./shapes/type").ShapeType;
wind: import("./shapes/type").ShapeType;
fog: import("./shapes/type").ShapeType;
};