Files
wallet-web/src/core/utils/templating.ts
Fran Jurmanović 6b152d320c changes to structure
2021-10-11 19:54:26 +02:00

4 lines
165 B
TypeScript

import { render, html, TemplateResult, directive, isPrimitive, nothing } from 'lit-html';
export { render, html, TemplateResult, directive, isPrimitive, nothing };