import {DispatchOptions} from "./types/dispatch-options.js" export const defaultDispatchOptions: DispatchOptions = { bubbles: true, composed: true, cancelable: true, }