@@ -0,0 +1,4 @@
+declare module 'tabulator-tables' {
+ const Tabulator: any;
+ export = Tabulator;
+}