UNPKG

ketcher-core

Version:
6 lines (5 loc) 246 B
import type { D3SvgElementSelection } from "../../types"; export declare abstract class TransientView { static readonly viewName: string; static show<P>(_transientLayer: D3SvgElementSelection<SVGGElement, void>, _params: P): void; }