위젯 기능 추가
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user