UNPKG

@wordpress/components

Version:
8 lines (7 loc) 429 B
{ "version": 3, "sources": ["../../src/utils/font.js"], "sourcesContent": ["/**\n * Internal dependencies\n */\nimport FONT from './font-values';\n\n/**\n *\n * @param {keyof FONT} value Path of value from `FONT`\n * @return {string} Font rule value\n */\nexport function font(value) {\n return FONT[value] ?? '';\n}"], "mappings": ";AAGA,OAAO,UAAU;AAOV,SAAS,KAAK,OAAO;AAC1B,SAAO,KAAK,KAAK,KAAK;AACxB;", "names": [] }