export interface IWorkspaceContext {
    contentAngle: number;
    workspaceWidth: number;
    workspaceHeight: number;
}
