| import { c as component } from './api-901b395d.node.react-server.js'; |
| import { c as cloudImageSchema, C as CloudImagePreview, a as cloudImageToolbarIcon } from './cloud-image-schema-b31f0d99.node.react-server.js'; |
| import 'react/jsx-runtime'; |
| import './index-c46689b3.node.react-server.js'; |
| import '@markdoc/markdoc'; |
| import 'slate'; |
| import 'emery/assertions'; |
| import 'emery'; |
| import 'js-base64'; |
| import 'crypto'; |
| import '@emotion/weak-memoize'; |
| import '@sindresorhus/slugify'; |
| import '@braintree/sanitize-url'; |
| import './index-1e475ae2.node.react-server.js'; |
|
|
| /** @deprecated Experimental */ |
| function cloudImage(args) { |
| return component({ |
| label: args.label, |
| schema: cloudImageSchema, |
| preview: CloudImagePreview, |
| chromeless: true, |
| toolbar: null, |
| toolbarIcon: cloudImageToolbarIcon |
| }); |
| } |
|
|
| export { cloudImage }; |