UNPKG

legions-thirdparty-plugin

Version:
5 lines (4 loc) 272 B
import { IPropertyTokenValueDescriptor } from '../IPropertyDescriptor'; import { CSSValue } from '../syntax/parser'; export declare const lineHeight: IPropertyTokenValueDescriptor; export declare const computeLineHeight: (token: CSSValue, fontSize: number) => number;