UNPKG

@wordpress/components

Version:
11 lines 274 B
/** * Internal dependencies */ import FONT from './font-values'; /** * * @param {keyof typeof FONT} value Path of value from `FONT` * @return {string} Font rule value */ export declare function font(value: keyof typeof FONT): string; //# sourceMappingURL=font.d.ts.map