unlayer-types
Advanced tools
Comparing version 1.5.24 to 1.5.25
@@ -46,3 +46,3 @@ /// <reference types="react" /> | ||
url?: string; | ||
weights: number[]; | ||
weights?: number[]; | ||
} | ||
@@ -62,2 +62,3 @@ export type FontList = Font[]; | ||
export function getFonts(options?: FontOptions): FontList; | ||
export function getFontsVersion(): number; | ||
export function getCustomFontsCount(): number; | ||
@@ -64,0 +65,0 @@ export const defaultFontWeights: number[]; |
{ | ||
"name": "unlayer-types", | ||
"version": "1.5.24" | ||
"version": "1.5.25" | ||
} |
57415
1470