UNPKG

@ts-kit/lit-framework

Version:
10 lines 219 B
export function Prop() { return function (instance, key) { const i = instance; if (!i.props) { i.props = []; } i.props.push(key); }; } //# sourceMappingURL=prop.js.map