| import { c as component } from './api-51d0094d.node.js'; |
| import { c as cloudImageSchema, b as CloudImagePreview, a as cloudImageToolbarIcon } from './cloud-image-schema-388598d1.node.js'; |
| import 'react/jsx-runtime'; |
| import './index-360e5820.node.js'; |
| import '@markdoc/markdoc/dist/index.mjs'; |
| import 'emery/assertions'; |
| import 'emery'; |
| import './index-1a9da0fb.node.js'; |
| import 'crypto'; |
| import '@braintree/sanitize-url'; |
| import './index-39d45899.node.js'; |
|
|
| /** @deprecated Experimental */ |
| function cloudImage(args) { |
| return component({ |
| label: args.label, |
| schema: cloudImageSchema, |
| preview: CloudImagePreview, |
| chromeless: true, |
| toolbar: null, |
| toolbarIcon: cloudImageToolbarIcon |
| }); |
| } |
|
|
| export { cloudImage }; |