UNPKG

@wordpress/block-library

Version:
10 lines 330 B
/** * Internal dependencies */ import webTransforms from './transforms.js'; import transformationCategories from '../utils/transformation-categories'; const transforms = { ...webTransforms, supportedMobileTransforms: transformationCategories.richText }; export default transforms; //# sourceMappingURL=transforms.native.js.map