/** * Svelte actions for DOM interactions. * * @packageDocumentation */ export { clickOutside } from './clickOutside.js'; export { focusTrap } from './focusTrap.js'; export { portal } from './portal.js'; //# sourceMappingURL=index.d.ts.map