/** * @file /src/constants/pageMargins.ts * @name PageMargins * @description Constants for page margins in the editor. */ import { PaperOrientation, PaperOrientationSelect } from "../types/paper"; export declare const paperOrientations: PaperOrientation[]; /** * A mapped version of the paper orientations where the oreintation is the key * and the label is the title cased version of the orientation. E.g. can be used * in a select input. */ export declare const paperOrientationsSelect: PaperOrientationSelect[]; export declare const DEFAULT_PAPER_ORIENTATION: PaperOrientation; //# sourceMappingURL=paperOrientation.d.ts.map