UNPKG

@wordpress/components

Version:
7 lines 264 B
/** * * @param {keyof FONT} value Path of value from `FONT` * @return {string} Font rule value */ export function font(value: "default.fontFamily" | "default.fontSize" | "helpText.fontSize" | "mobileTextMinFontSize"): string; //# sourceMappingURL=font.d.ts.map