export interface PastedMenuToolBar {
    top: number;
    left: number;
    active: boolean;
}
