UNPKG

ketcher-core

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