/** * Global type augmentations used across all packages * Extends standard HTML attributes with custom properties */ declare global { namespace svelteHTML { interface HTMLAttributes { onoutclick?: (event: CustomEvent) => void; } } } export {}; //# sourceMappingURL=globals.d.ts.map