UNPKG

@wordpress/block-library

Version:
18 lines (17 loc) 380 B
import { postFeaturedImage 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, edit }; const init = () => initBlock({ name, metadata, settings }); export { init, metadata, name, settings }; //# sourceMappingURL=index.js.map