UNPKG

@infinite-canvas-tutorial/webcomponents

Version:
8 lines (7 loc) 167 B
import { LitElement } from 'lit'; /** * Store the lit element that will be used to render the canvas. */ export declare class Container { element: LitElement; }