UNPKG

@realsee/dnalogel

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