UNPKG

@quartic/bokehjs

Version:

Interactive, novel data visualization

10 lines (9 loc) 211 B
export interface TabsProps { tabs: Array<{ id: string; title: string; }>; active_tab_id: string; } declare const _default: (props: TabsProps) => HTMLElement; export default _default;