We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7aa3f commit f46698bCopy full SHA for f46698b
js/datagrid.js
@@ -3,4 +3,4 @@ import {build} from './framework.js';
3
import * as components from '@activewidgets/datagrid/js';
4
import * as metadata from '@activewidgets/datagrid/metadata';
5
6
-export const {Datagrid, Row, Gridview, Scrollbars} = build(components, metadata);
+build(components, metadata);
0 commit comments