UNPKG

@excalidraw/math

Version:

Excalidraw math functions

9 lines (8 loc) 310 B
import "./Range.scss"; import type { AppClassProperties } from "../types"; export type RangeProps = { updateData: (value: number) => void; app: AppClassProperties; testId?: string; }; export declare const Range: ({ updateData, app, testId }: RangeProps) => import("react/jsx-runtime").JSX.Element;