export interface IMenuPosition {
    left?: string;
    top?: string;
    maxWidth?: string;
    className?: string;
}
