Logo
Explore Help
Register Sign In
dale_yxc/ragflow_python
1
0
Fork 0
You've already forked ragflow_python
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
37cc673098284746703e2fcd5106a199c5dc9940
ragflow_python/web/typings.d.ts

9 lines
155 B
TypeScript
Raw Normal View History

add front end code (#27)
2024-01-17 09:37:01 +08:00
import 'umi/typings';
feat: modify routing to nested mode and rename document (#52) * feat: modify routing to nested mode * feat: rename document
2024-02-02 18:49:54 +08:00
declare module 'lodash';
feat: add loading to ChatContainer and set font family to inter and add tooltip to Form.Item and download documents on the document list page (#136) * feat: download documents on the document list page * feat: add tooltip to Form.Item * feat: set font family to inter * feat: add loading to ChatContainer
2024-03-20 18:20:42 +08:00
// declare type Nullable<T> = T | null; invalid
declare global {
type Nullable<T> = T | null;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 22ms Template: 1ms
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