DefinitelyTyped/types/typography-breakpoint-constants/index.d.ts
2019-09-27 08:58:12 -07:00

21 lines
908 B
TypeScript

// Type definitions for typography-breakpoint-constants 0.16
// Project: https://github.com/KyleAMathews/typography.js
// Definitions by: Luis Rodrigues <https://github.com/goblindegook>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export const DEFAULT_MEDIA_QUERY: string;
export const DEFAULT_WIDTH: string;
export const LARGER_DISPLAY_MEDIA_QUERY: string;
export const LARGER_DISPLAY_WIDTH: string;
export const LARGE_DISPLAY_MEDIA_QUERY: string;
export const LARGE_DISPLAY_WIDTH: string;
export const MIN_DEFAULT_MEDIA_QUERY: string;
export const MIN_LARGER_DISPLAY_MEDIA_QUERY: string;
export const MIN_LARGE_DISPLAY_MEDIA_QUERY: string;
export const MIN_MOBILE_MEDIA_QUERY: string;
export const MIN_TABLET_MEDIA_QUERY: string;
export const MOBILE_MEDIA_QUERY: string;
export const MOBILE_WIDTH: string;
export const TABLET_MEDIA_QUERY: string;
export const TABLET_WIDTH: string;