UNPKG

@realsee/dnalogel

Version:
6 lines (5 loc) 214 B
import { BaseEditorWithObjectHelper } from '../Base/Editor'; import type { Circle } from '.'; export declare class CircleEditor extends BaseEditorWithObjectHelper<Circle> { constructor(originObject: Circle); }