UNPKG

177 BPlain TextView Raw
1// Each part as it's own named export.
2export * from './index'
3
4// All combined into a single object as default export.
5import * as vis from './index'
6export { vis as default }