UNPKG

pass-down

Version:

Glue DOM and Custom Elements together.

7 lines (6 loc) 159 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);