UNPKG

@lit-labs/ssr-dom-shim

Version:

DOM shim for Lit Server Side Rendering (SSR)

16 lines 746 B
/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ declare const MediaListShimWithRealType: typeof MediaList; export { MediaListShimWithRealType as MediaList }; declare const StyleSheetShimWithRealType: typeof StyleSheet; export { StyleSheetShimWithRealType as StyleSheet }; declare const CSSRuleShimWithRealType: typeof CSSRule; export { CSSRuleShimWithRealType as CSSRule }; declare const CSSRuleListShimWithRealType: typeof CSSRuleList; export { CSSRuleListShimWithRealType as CSSRuleList }; declare const CSSStyleSheetShimWithRealType: typeof CSSStyleSheet; export { CSSStyleSheetShimWithRealType as CSSStyleSheet, CSSStyleSheetShimWithRealType as CSSStyleSheetShim, }; //# sourceMappingURL=css.d.ts.map