UNPKG

pass-down

Version:

Glue DOM and Custom Elements together.

8 lines (6 loc) 162 B
import {PassDown} from './pass-down.js'; import {def} from 'trans-render/lib/def.js'; export class PD extends PassDown{ static is = 'p-d'; } def(PD);