UNPKG
@quartic/bokehjs
Version:
latest (0.12.5)
0.12.5
Interactive, novel data visualization
github.com/bokeh/bokeh
bokeh/bokeh
@quartic/bokehjs
/
src
/
coffee
/
models
/
widgets
/
abstract_icon.coffee
5 lines
(3 loc)
•
97 B
text/coffeescript
View Raw
1
2
3
4
5
import
{
Widget
}
from
"./widget"
export
class
AbstractIcon
extends
Widget
type
:
"AbstractIcon"