🎨 Info tooltip component + select pop list bugfix

This commit is contained in:
Tagaishi
2023-07-31 00:14:03 +02:00
parent 07a0f55a95
commit fb7292f710
2 changed files with 32 additions and 111 deletions

View File

@@ -11,7 +11,6 @@ import React from 'react';
import { AreaType } from '../types/area';
import { ShapeType } from '../types/shape';
import { boolean } from 'zod';
// Type of widgets which are saved to config
export type IWidget<TKey extends string, TDefinition extends IWidgetDefinition> = {