UNPKG

@excalidraw/excalidraw

Version:
9 lines (8 loc) 283 B
import "./Range.scss"; export type RangeProps = { updateData: (value: number) => void; appState: any; elements: any; testId?: string; }; export declare const Range: ({ updateData, appState, elements, testId, }: RangeProps) => import("react/jsx-runtime").JSX.Element;