UNPKG

@wordpress/blocks

Version:
8 lines (7 loc) 764 B
{ "version": 3, "sources": ["../src/index.js"], "sourcesContent": ["// A \"block\" is the abstract term used to describe units of markup that,\n// when composed together, form the content or layout of a page.\n// The API for blocks is exposed via `wp.blocks`.\n//\n// Supported blocks are registered by calling `registerBlockType`. Once registered,\n// the block is made available as an option to the editor interface.\n//\n// Blocks are inferred from the HTML source of a post through a parsing mechanism\n// and then stored as objects in state, from which it is then rendered for editing.\n\nexport { store } from './store';\nexport * from './api';\nexport * from './deprecated';\n"], "mappings": ";AAUA,SAAS,aAAa;AACtB,cAAc;AACd,cAAc;", "names": [] }