Sha256: 2af2f8db685fa3aea12595782489aa3b970219b6905d073e4e432a8aecc43339
Contents?: true
Size: 225 Bytes
Versions: 11
Compression:
Stored size: 225 Bytes
Contents
import '@babel/polyfill' import './bqplot.css' import NbInteract from './NbInteract' // Define globally for use in browser. if (typeof window !== 'undefined') { window.NbInteract = NbInteract } export default NbInteract
Version data entries
11 entries across 11 versions & 1 rubygems