mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
21 lines
908 B
TypeScript
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;
|