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-08-12 03:33:33 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
800b5c7aaa6e6cfe8fa889bfc6bb01f6c8267c6a
ragflow/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.25.5 Page: 770ms Template: 43ms
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