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