UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

3 lines (2 loc) 146 B
import type { SkFont } from "@shopify/react-native-skia"; export declare const getFontGlyphWidth: (text: string, font?: SkFont | null) => number;