@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
11 lines (10 loc) • 300 B
JavaScript
// packages/editor/src/utils/index.js
import mediaUpload from "./media-upload/index.mjs";
import { cleanForSlug } from "./url.mjs";
import { getTemplatePartIcon } from "./get-template-part-icon.mjs";
export {
cleanForSlug,
getTemplatePartIcon,
mediaUpload
};
//# sourceMappingURL=index.mjs.map