UNPKG

@lit-labs/ssr-dom-shim

Version:

DOM shim for Lit Server Side Rendering (SSR)

9 lines 412 B
/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ declare const EventShimWithRealType: typeof Event; declare const CustomEventShimWithRealType: typeof CustomEvent; export { EventShimWithRealType as Event, EventShimWithRealType as EventShim, CustomEventShimWithRealType as CustomEvent, CustomEventShimWithRealType as CustomEventShim, }; //# sourceMappingURL=events.d.ts.map