UNPKG

undraw-react

Version:
6 lines (5 loc) 226 B
import React from "react"; import { Illustrations, UndrawSVGProps } from "./types"; export declare const UndrawIllustration: ({ name, color, size, style, }: UndrawSVGProps & { name: Illustrations; }) => React.JSX.Element;