Logo
Explore Help
Sign In
zlei6/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2026-09-08 10:14:35 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
bcaac061ac0d174dc4a31b340a2c0d346ade8eae
ragflow/web/typings.d.ts
T

14 lines
239 B
TypeScript
Raw 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.25.5 Page: 367ms Template: 2ms
Auto
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