mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
✨ Removed widgets from tile definitions
This commit is contained in:
6
src/widgets/widgets.d.ts
vendored
6
src/widgets/widgets.d.ts
vendored
@@ -66,5 +66,11 @@ export type IWidgetDefinition<TKey extends string = string> = {
|
||||
options: {
|
||||
[key: string]: IWidgetOptionValue;
|
||||
};
|
||||
gridstack: {
|
||||
minWidth: number;
|
||||
minHeight: number;
|
||||
maxWidth: number;
|
||||
maxHeight: number;
|
||||
};
|
||||
component: React.ComponentType<any>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user