@wordpress/block-library
Version:
Block library for the WordPress editor.
8 lines (7 loc) • 454 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../src/freeform/save.js"],
"sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { RawHTML } from '@wordpress/element';\n\nexport default function save( { attributes } ) {\n\tconst { content } = attributes;\n\n\treturn <RawHTML>{ content }</RawHTML>;\n}\n"],
"mappings": ";AAGA,SAAS,eAAe;AAKhB;AAHO,SAAR,KAAuB,EAAE,WAAW,GAAI;AAC9C,QAAM,EAAE,QAAQ,IAAI;AAEpB,SAAO,oBAAC,WAAU,mBAAS;AAC5B;",
"names": []
}