UNPKG

pass-up

Version:

Glue DOM and Custom Elements together.

7 lines (6 loc) 153 B
import { PassUp } from './pass-up.js'; import { def } from 'trans-render/lib/def.js'; export class PU extends PassUp { static is = 'p-u'; } def(PU);