UNPKG

@quartic/bokehjs

Version:

Interactive, novel data visualization

8 lines (7 loc) 199 B
export interface SliderProps { id: string; title?: string; orientation: "horizontal" | "vertical"; } declare const _default: (props: SliderProps) => HTMLElement; export default _default;