UNPKG

mark-tool-js

Version:
5 lines (4 loc) 121 B
import { TDrawType, TDrawValue } from "../types/svg"; export declare const Draws: { [K in TDrawType]: TDrawValue; };