UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

8 lines (7 loc) 310 B
import { Context } from '../core/context'; import { RenderConfigurations } from './canvas/canvas-renderer'; export declare class Renderer { protected readonly context: Context; protected readonly options: RenderConfigurations; constructor(context: Context, options: RenderConfigurations); }