fix: move dedicated components to components folder

This commit is contained in:
2024-03-13 16:09:54 +08:00
parent de336dbc72
commit c80e7a2111
5 changed files with 4 additions and 4 deletions

7
components/aigc/drawing/index.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
export declare interface ResultBlockMeta {
modal?: string
cost?: string
ratio?: string
id?: string
datetime?: number
}