Options
All
  • Public
  • Public/Protected
  • All
Menu

External module @corpuscule/lit-html-renderer/lib/shady

This module provides tools to render the element content via the lit-html library for the older browsers that uses Shady CSS polyfill.

Index

Functions

Functions

renderShady

  • renderShady(result: TemplateResult, root: Element | DocumentFragment, context: unknown): void
  • A function that runs the shady lit-html render function for the component's root with the specific result of the render function.

    Parameters

    • result: TemplateResult
    • root: Element | DocumentFragment
    • context: unknown

    Returns void

Generated using TypeDoc