UNPKG

@realsee/dnalogel

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