UNPKG

@wordpress/editor

Version:
8 lines (7 loc) 706 B
{ "version": 3, "sources": ["../../../src/components/post-panel-section/index.js"], "sourcesContent": ["/**\n * External dependencies\n */\nimport clsx from 'clsx';\n\n/**\n * WordPress dependencies\n */\nimport { __experimentalVStack as VStack } from '@wordpress/components';\n\nfunction PostPanelSection( { className, children } ) {\n\treturn (\n\t\t<VStack className={ clsx( 'editor-post-panel__section', className ) }>\n\t\t\t{ children }\n\t\t</VStack>\n\t);\n}\n\nexport default PostPanelSection;\n"], "mappings": ";AAGA,OAAO,UAAU;AAKjB,SAAS,wBAAwB,cAAc;AAI7C;AAFF,SAAS,iBAAkB,EAAE,WAAW,SAAS,GAAI;AACpD,SACC,oBAAC,UAAO,WAAY,KAAM,8BAA8B,SAAU,GAC/D,UACH;AAEF;AAEA,IAAO,6BAAQ;", "names": [] }