UNPKG

@quartic/bokehjs

Version:

Interactive, novel data visualization

10 lines (9 loc) 222 B
export interface TextInputProps { id: string; title: string; name: string; placeholder: string; value: string; } declare const _default: (props: TextInputProps) => HTMLElement; export default _default;