dees-catalog/ts_web/elements/dees-hint.demo.ts

6 lines
118 B
TypeScript
Raw Normal View History

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