@types/typography
Advanced tools
Comparing version 0.16.4 to 0.16.5
@@ -42,12 +42,16 @@ // Type definitions for typography 0.16 | ||
includeNormalize?: boolean | undefined; | ||
overrideStyles?: (( | ||
VerticalRhythm: VerticalRhythm, | ||
options: TypographyOptions, | ||
styles: any | ||
) => object) | undefined; | ||
overrideThemeStyles?: (( | ||
VerticalRhythm: VerticalRhythm, | ||
options: TypographyOptions, | ||
styles: any | ||
) => object) | undefined; | ||
overrideStyles?: | ||
| (( | ||
VerticalRhythm: VerticalRhythm, | ||
options: TypographyOptions, | ||
styles: any, | ||
) => object) | ||
| undefined; | ||
overrideThemeStyles?: | ||
| (( | ||
VerticalRhythm: VerticalRhythm, | ||
options: TypographyOptions, | ||
styles: any, | ||
) => object) | ||
| undefined; | ||
plugins?: any[] | undefined; | ||
@@ -54,0 +58,0 @@ } |
{ | ||
"name": "@types/typography", | ||
"version": "0.16.4", | ||
"version": "0.16.5", | ||
"description": "TypeScript definitions for typography", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/typography", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "56fa2a744848dee8ca31b415112677bd48b074e5598ef5c24fc7db46e8b1bcef", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "48fac47ecbe4fb2e151ef9e38d4741ab784d2617f5e75d3967bd71abd0aa6e69", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -52,12 +52,16 @@ # Installation | ||
includeNormalize?: boolean | undefined; | ||
overrideStyles?: (( | ||
VerticalRhythm: VerticalRhythm, | ||
options: TypographyOptions, | ||
styles: any | ||
) => object) | undefined; | ||
overrideThemeStyles?: (( | ||
VerticalRhythm: VerticalRhythm, | ||
options: TypographyOptions, | ||
styles: any | ||
) => object) | undefined; | ||
overrideStyles?: | ||
| (( | ||
VerticalRhythm: VerticalRhythm, | ||
options: TypographyOptions, | ||
styles: any, | ||
) => object) | ||
| undefined; | ||
overrideThemeStyles?: | ||
| (( | ||
VerticalRhythm: VerticalRhythm, | ||
options: TypographyOptions, | ||
styles: any, | ||
) => object) | ||
| undefined; | ||
plugins?: any[] | undefined; | ||
@@ -84,3 +88,3 @@ } | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 19:37:29 GMT | ||
* Last updated: Tue, 12 Sep 2023 12:34:58 GMT | ||
* Dependencies: none | ||
@@ -87,0 +91,0 @@ * Global values: none |
7608
66
93