UNPKG

@wordpress/block-library

Version:
19 lines (18 loc) 385 B
import { comment as icon } from "@wordpress/icons"; import initBlock from "../utils/init-block"; import metadata from "./block.json"; import edit from "./edit"; const { name } = metadata; const settings = { icon, example: {}, edit }; const init = () => initBlock({ name, metadata, settings }); export { init, metadata, name, settings }; //# sourceMappingURL=index.js.map