UNPKG

@wordpress/editor

Version:
11 lines (10 loc) 300 B
// 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