refactor(column): use context for manage column
This commit is contained in:
Vendored
+7
@@ -33,6 +33,13 @@ export interface WidgetGroupItem {
|
||||
icon?: string;
|
||||
}
|
||||
|
||||
export interface IColumn {
|
||||
id?: string;
|
||||
kind: number;
|
||||
title: string;
|
||||
content: string;
|
||||
}
|
||||
|
||||
export interface WidgetProps {
|
||||
id?: string;
|
||||
account_id?: number;
|
||||
|
||||
Reference in New Issue
Block a user