refactor(widget): migrate widget component to ark lib

This commit is contained in:
2023-12-18 13:39:03 +07:00
parent 344bdc0c66
commit 55298515af
36 changed files with 1153 additions and 1016 deletions

View File

@@ -30,7 +30,7 @@ export interface WidgetGroupItem {
icon?: string;
}
export interface Widget {
export interface WidgetProps {
id?: string;
account_id?: number;
kind: number;