@wordpress/components
Version:
UI components for WordPress.
12 lines • 318 B
TypeScript
/**
*
* @param {keyof FONT} value Path of value from `FONT`
* @return {string} Font rule value
*/
export function font(value: keyof {
'default.fontFamily': string;
'default.fontSize': string;
'helpText.fontSize': string;
mobileTextMinFontSize: string;
}): string;
//# sourceMappingURL=font.d.ts.map