@wordpress/components
Version:
UI components for WordPress.
10 lines • 379 B
TypeScript
/**
* 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