UNPKG

316 BTypeScriptView Raw
1import type { Properties } from 'csstype';
2export declare type Font = Pick<Properties, 'fontFamily' | 'fontWeight' | 'fontStyle' | 'fontVariant'> & {
3 fontSize?: number;
4};
5declare const _default: {
6 (...args: any[]): any;
7 cache: Map<any, any>;
8};
9/**
10 * 计算文本的宽度
11 */
12export default _default;