feat: nodes list

This commit is contained in:
jialin
2024-05-20 18:13:05 +08:00
parent 313da7a9d2
commit 96e83878d1
13 changed files with 415 additions and 46 deletions
+7
View File
@@ -7,3 +7,10 @@ export interface DropDownItem {
}
export type PageActionType = 'create' | 'update' | 'view';
export type StatusType =
| 'error'
| 'warning'
| 'transitioning'
| 'success'
| 'inactive';