UNPKG

@bokeh/bokehjs

Version:

Interactive, novel data visualization

4 lines 192 B
import type { MultiLine } from "../../glyphs/multi_line"; import type { Patches } from "../../glyphs/patches"; export type XsYsGlyph = MultiLine | Patches; //# sourceMappingURL=common.d.ts.map