UNPKG

@ts-kit/lit-framework

Version:
4 lines (3 loc) 179 B
import { SymbolToken } from '@ts-kit/di'; export declare const ELEMENT_REF = "ELEMENT_REF"; export declare const ElRef: () => (c: SymbolToken<any>, k: string, i: number) => void;