This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //+------------------------------------------------------------------+ | |
| //| TradePanel.mq5 | | |
| //| Copyright 2023, MetaQuotes Ltd. | | |
| //| https://www.mql5.com | | |
| //+------------------------------------------------------------------+ | |
| #property copyright "Copyright 2023, MetaQuotes Ltd." | |
| #property link "https://www.mql5.com" | |
| #property version "1.00" | |
| #property strict |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as React from "react"; | |
| import {classes, style as typestyle} from "typestyle"; | |
| import {buildBreakpoints} from "../../../helpers/buildBreakpoints"; | |
| import {ITileBreakpoint} from "./interfaces"; | |
| export interface IProps { | |
| spanColumn?: number; | |
| spanRow?: number; | |
| /** | |
| * Internal usage |