@abdalla-1/swisco
Version:
Swiscare Components Kit
53 lines • 1.05 kB
TypeScript
export type Breakpoints = 'mobileSmall' | 'mobile' | 'mobileLandscape' | 'tablet' | 'desktop' | 'desktopWide';
export declare const breakpoints: Record<Breakpoints, number>;
export declare const media: {
mobileSmall: {
maxWidth: number;
};
gtMobileSmall: {
minWidth: number;
};
mobile: {
maxWidth: number;
};
gtMobile: {
minWidth: number;
};
mobileLandscape: {
maxWidth: number;
};
gtMobileLandscape: {
minWidth: number;
};
tablet: {
maxWidth: number;
};
gtTablet: {
minWidth: number;
};
desktop: {
maxWidth: number;
};
gtDesktop: {
minWidth: number;
};
desktopWide: {
maxWidth: number;
};
gtDesktopWide: {
minWidth: number;
};
short: {
maxHeight: number;
};
tall: {
minHeight: number;
};
hoverNone: {
hover: string;
};
pointerCoarse: {
pointer: string;
};
};
//# sourceMappingURL=media.d.ts.map