UNPKG

create-lwc-plugin

Version:

Wizard-like CLI tool for scaffolding a new plugin for Lightweight Charts™

7 lines (6 loc) 188 B
export interface BitmapPositionLength { /** coordinate for use with a bitmap rendering scope */ position: number; /** length for use with a bitmap rendering scope */ length: number; }