UNPKG

fractal-react

Version:

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

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