Files

6 lines
118 B
TypeScript
Raw Permalink Normal View History

2023-10-11 12:24:12 +02:00
import { html } from '@design.estate/dees-element';
export const demoFunc = () => html`
<dees-hint></dees-hint>
`;