UNPKG

@quartic/bokehjs

Version:

Interactive, novel data visualization

8 lines (7 loc) 240 B
export interface ToolbarProps { location: "above" | "below" | "left" | "right"; sticky: "sticky" | "non-sticky"; logo?: "normal" | "grey"; } declare const _default: (props: ToolbarProps) => HTMLElement; export default _default;