mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-16 18:26:20 +01:00
💄 Lint + Prettier
This commit is contained in:
@@ -5,6 +5,4 @@ import { IWidgetDefinition } from './widgets';
|
||||
// The options of IWidgetDefinition are so heavily typed that it even used 'true' as type
|
||||
export const defineWidget = <TKey extends string, TOptions extends IWidgetDefinition<TKey>>(
|
||||
options: TOptions
|
||||
) => {
|
||||
return options;
|
||||
};
|
||||
) => options;
|
||||
|
||||
Reference in New Issue
Block a user