위젯 기능 추가

This commit is contained in:
Macbook
2026-06-14 01:03:51 +09:00
parent 95595f7e9e
commit 6936792ad4
57 changed files with 6728 additions and 540 deletions
@@ -26,6 +26,8 @@ interface NotifyTopMenuBarProps {
onTradeAlertPopupLayout?: (v: TradeAlertPopupLayout) => void;
onTradeAlertPopupGridCols?: (v: number) => void;
onFullscreen?: () => void;
onOpenFloatingWidgets?: () => void;
floatingWidgetCount?: number;
}
export const NotifyTopMenuBar: React.FC<NotifyTopMenuBarProps> = props => {