@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
11 lines (10 loc) • 313 B
TypeScript
export declare enum SidePanelPosition {
Right = 0,
Left = 1
}
export declare const SmallScreenBreakpoint = 800;
/**
* Assuming that we won't have this many instances at the same time
* No scientific reason for the number, it's just my personal preference
*/
export declare const InstanceIdLimit = 700;