Logo
Explore Help
Register Sign In
yujunjun/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2025-06-26 22:19:57 +00:00
Code Issues Packages Projects Releases Wiki Activity
ragflow/web/typings.d.ts

14 lines
239 B
TypeScript
Raw Permalink Normal View History

Feat: Add FilesTable #3221 (#4491) ### What problem does this PR solve? Feat: Add FilesTable #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2025-01-15 14:39:33 +08:00
import '@tanstack/react-table';
fix: use @tanstack/react-query to get knowledge base data #1306 (#1609) ### What problem does this PR solve? fix: use @tanstack/react-query to get knowledge base data #1306 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
2024-07-19 15:50:44 +08:00
declare module 'lodash';
declare global {
type Nullable<T> = T | null;
}
Feat: Add FilesTable #3221 (#4491) ### What problem does this PR solve? Feat: Add FilesTable #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2025-01-15 14:39:33 +08:00
declare module '@tanstack/react-table' {
interface ColumnMeta {
headerClassName?: string;
cellClassName?: string;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 338ms Template: 16ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API