2024-12-02 16:04:58 +01:00
|
|
|
import * as plugins from '../plugins.js';
|
|
|
|
|
2023-10-26 17:39:02 +02:00
|
|
|
import { html } from '@design.estate/dees-element';
|
|
|
|
|
|
|
|
export const demoFunc = () => html`
|
2024-12-02 16:04:58 +01:00
|
|
|
<dedocument-dedocument .format="${'a4'}" .letterData=${plugins.shared.demoLetter}></dedocument-dedocument>
|
2023-10-26 17:39:02 +02:00
|
|
|
`;
|