UNPKG

@wordpress/components

Version:
12 lines 318 B
/** * * @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