UNPKG

webcomp-ts

Version:

Base class for web components has basic boilerplate code to simplify custom element implementation

7 lines (6 loc) 163 B
import { WebComp } from "../web-comp.js"; export declare class TodoRow extends WebComp { constructor(); readonly html: string; readonly css: string; }