UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

7 lines (6 loc) 209 B
import { SIZES } from "./../../../constants/sizes"; export type Size = (typeof SIZES)[keyof typeof SIZES]; export declare function getWidthHeight(size: Size): { width: string; height: string; };