@wordpress/block-editor
Version:
8 lines (7 loc) • 906 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/components/justify-content-control/index.js"],
"sourcesContent": ["/**\n * Internal dependencies\n */\nimport JustifyContentUI from './ui';\n\nconst JustifyContentControl = ( props ) => {\n\treturn <JustifyContentUI { ...props } isToolbar={ false } />;\n};\n\nconst JustifyToolbar = ( props ) => {\n\treturn <JustifyContentUI { ...props } isToolbar />;\n};\n\n/**\n * @see https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/justify-content-control/README.md\n */\nexport { JustifyContentControl, JustifyToolbar };\n"],
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,gBAA6B;AAGrB;AADR,IAAM,wBAAwB,CAAE,UAAW;AAC1C,SAAO,4CAAC,UAAAA,SAAA,EAAmB,GAAG,OAAQ,WAAY,OAAQ;AAC3D;AAEA,IAAM,iBAAiB,CAAE,UAAW;AACnC,SAAO,4CAAC,UAAAA,SAAA,EAAmB,GAAG,OAAQ,WAAS,MAAC;AACjD;",
"names": ["JustifyContentUI"]
}