From c8a23ccb83a28808517915d3b76a8b8159e6ed4d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 10 Sep 2022 21:47:20 +0200 Subject: new prefs --- client-web/source/helper.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client-web/source/helper.ts') diff --git a/client-web/source/helper.ts b/client-web/source/helper.ts index 60ecf09..a319172 100644 --- a/client-web/source/helper.ts +++ b/client-web/source/helper.ts @@ -36,6 +36,9 @@ export const eh4 = elem_with_content("h4") export const eh5 = elem_with_content("h5") export const eh6 = elem_with_content("h6") export const ediv = elem_with_children("div") +export const etr = elem_with_children("tr") +export const etd = elem_with_children("td") +export const eth = elem_with_children("th") export const espan = elem_with_content("span") export const elabel = elem_with_content("label") export const ebutton = elem_with_content("button") -- cgit v1.2.3-70-g09d2