UNPKG

gradient-outline

Version:
5 lines 207 B
import { FC } from "react"; import { GradientOutlineProps } from "../types/index"; declare const GradientOutline: FC<GradientOutlineProps>; export default GradientOutline; //# sourceMappingURL=index.d.ts.map