UNPKG

@wordpress/components

Version:
10 lines 379 B
/** * External dependencies */ import type { CSSProperties } from 'react'; /** * Internal dependencies */ import type { Props } from './types'; export declare function getLineHeight(adjustLineHeightForInnerControls: Props['adjustLineHeightForInnerControls'], lineHeight: CSSProperties['lineHeight']): string | number | undefined; //# sourceMappingURL=get-line-height.d.ts.map