import { html } from 'lit'; export default { component: undefined, }; export const InTemplate = () => html`
JS alert
`; export const InString = () => '
JS alert
'; export const TypeModule = () => '
JS alert from module
';