victory-core
Advanced tools
Comparing version 35.0.0 to 35.0.2
@@ -683,3 +683,6 @@ import * as React from "react"; | ||
export namespace TextSize { | ||
export function approximateTextSize(text: string, style: TextSizeStyleInterface): number; | ||
export function approximateTextSize( | ||
text: string, | ||
style?: TextSizeStyleInterface | ||
): { width: number; height: number }; | ||
export function convertLengthToPixels(length: string, fontSize: number): number; | ||
@@ -686,0 +689,0 @@ } |
@@ -683,3 +683,6 @@ import * as React from "react"; | ||
export namespace TextSize { | ||
export function approximateTextSize(text: string, style: TextSizeStyleInterface): number; | ||
export function approximateTextSize( | ||
text: string, | ||
style?: TextSizeStyleInterface | ||
): { width: number; height: number }; | ||
export function convertLengthToPixels(length: string, fontSize: number): number; | ||
@@ -686,0 +689,0 @@ } |
{ | ||
"name": "victory-core", | ||
"version": "35.0.0", | ||
"version": "35.0.2", | ||
"description": "Victory Core", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -683,3 +683,6 @@ import * as React from "react"; | ||
export namespace TextSize { | ||
export function approximateTextSize(text: string, style: TextSizeStyleInterface): number; | ||
export function approximateTextSize( | ||
text: string, | ||
style?: TextSizeStyleInterface | ||
): { width: number; height: number }; | ||
export function convertLengthToPixels(length: string, fontSize: number): number; | ||
@@ -686,0 +689,0 @@ } |
2228537
30295