UNPKG

@wordpress/components

Version:
8 lines (7 loc) 493 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": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,yBAAiB;AAOV,SAAS,KAAK,OAAO;AAC1B,SAAO,mBAAAA,QAAK,KAAK,KAAK;AACxB;", "names": ["FONT"] }