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

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: 1486ms Template: 62ms
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