Explorar el Código

改用新表格加载数据

qdy hace 1 mes
padre
commit
d7fd3e3b6d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      projects/base-core/src/tabulator-tables.d.ts

+ 4
- 0
projects/base-core/src/tabulator-tables.d.ts Ver fichero

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

Loading…
Cancelar
Guardar