/* eslint-disable @typescript-eslint/no-explicit-any */ import { DataWidgetType } from "./Setting"; type SettingPopupProps = { activeDataWidgetType: DataWidgetType; onSettingClick: () => void; onChooserClick: () => void; onWidgetTypeClick: () => void; }; const SettingPopup = (props: SettingPopupProps) => { return (