UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

22 lines (21 loc) 379 B
//#region src/Overlay/constants.ts const heightMap = { xsmall: "192px", small: "256px", medium: "320px", large: "432px", xlarge: "600px", auto: "auto", initial: "auto", "fit-content": "fit-content" }; const widthMap = { small: "256px", medium: "320px", large: "480px", xlarge: "640px", xxlarge: "960px", auto: "auto" }; //#endregion export { heightMap, widthMap };