전체화면 모드 메뉴 상단으로 위치이동
This commit is contained in:
@@ -25,6 +25,7 @@ interface NotifyTopMenuBarProps {
|
||||
onTradeAlertPopupPosition?: (v: TradeAlertPopupPosition) => void;
|
||||
onTradeAlertPopupLayout?: (v: TradeAlertPopupLayout) => void;
|
||||
onTradeAlertPopupGridCols?: (v: number) => void;
|
||||
onFullscreen?: () => void;
|
||||
}
|
||||
|
||||
export const NotifyTopMenuBar: React.FC<NotifyTopMenuBarProps> = props => {
|
||||
|
||||
Reference in New Issue
Block a user