UNPKG

@excalidraw/math

Version:

Excalidraw math functions

7 lines (6 loc) 244 B
import React from "react"; export declare const Section: React.FC<{ heading: "canvasActions" | "selectedShapeActions" | "shapes"; children?: React.ReactNode | ((heading: React.ReactNode) => React.ReactNode); className?: string; }>;