UNPKG

@tripetto/block-calculator

Version:

Calculator block for Tripetto.

11 lines (10 loc) 365 B
import { EditorOrchestrator, Forms } from "@tripetto/builder"; import { Operation } from "../operation"; export declare const angleUnitsControl: ( operation: Operation, editor: EditorOrchestrator<Operation>, onChange?: | ((angles: "degrees" | "radians" | "gradians") => void) | undefined, property?: keyof Operation ) => Forms.Form;