blob: 7c459955207ab2a7ddd0dc7c8301db17ffb19d0f [file] [log] [blame]
export { default as SvgField } from './svg/SvgField';
export { default as SvgFieldAdapter } from './svg/SvgFieldAdapter';
import * as self from './index.js';
export default self;
window.scout = Object.assign(window.scout || {}, self);