UNPKG

@quartic/bokehjs

Version:

Interactive, novel data visualization

10 lines (9 loc) 238 B
export interface SelectProps { id: string; title: string; name: string; value: string; options: Array<string | [string, string]>; } declare const _default: (props: SelectProps) => HTMLElement; export default _default;