diff options
Diffstat (limited to 'client-web/source/helper.ts')
-rw-r--r-- | client-web/source/helper.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client-web/source/helper.ts b/client-web/source/helper.ts index 3c5d0ff..35be473 100644 --- a/client-web/source/helper.ts +++ b/client-web/source/helper.ts @@ -36,6 +36,8 @@ export const eh6 = elem_with_content("h6") export const ediv = elem_with_children("div") export const espan = elem_with_content("span") export const elabel = elem_with_content("label") +export const ebutton = elem_with_content("button") +export const ebr = () => document.createElement("br") export const OVERLAYS = ediv({ class: "overlays" }) |