/** * Entry for the `dist/editable.browser.mjs` CDN bundle. A CDN page imports exactly one file, so * unlike the npm `/editable` entry this carries the read-only surface too. */ export * from './editable'; export * from './index';