소스 검색

改用新表格加载数据

qdy 1 개월 전
부모
커밋
d7fd3e3b6d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      projects/base-core/src/tabulator-tables.d.ts

+ 4
- 0
projects/base-core/src/tabulator-tables.d.ts 파일 보기

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

Loading…
취소
저장