UNPKG

fractal-react

Version:

React components for rendering fractal patterns like Mandelbrot, Julia, Koch, Sierpinski, and L-Systems

4 lines (3 loc) 118 B
import React from 'react'; import { KochProps } from '../types'; export declare const KochCurve: React.FC<KochProps>;