UNPKG

create-bar-project

Version:

This module helps create a base for web application projects.

6 lines (3 loc) 261 B
import { Theme } from 'ui-kit/src/Theme'; export const getMinDesktopSize = ({ theme }: { theme: Theme }): string => theme.mediaSizes.desktopMinSize; export const getMaxMobileSize = ({ theme }: { theme: Theme }): string => theme.mediaSizes.mobileMaxSize;