From 808ddef82a8eabc77ba20a0da89a392926550e76 Mon Sep 17 00:00:00 2001 From: Matttttt <18152455+martholomew@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:38:04 +0000 Subject: Added Details and Summary tags to Structured Content (#842) * add details and summary tags * fixed css test --------- Co-authored-by: martholomew --- types/ext/structured-content.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types') diff --git a/types/ext/structured-content.d.ts b/types/ext/structured-content.d.ts index 8ab459b6..253f0324 100644 --- a/types/ext/structured-content.d.ts +++ b/types/ext/structured-content.d.ts @@ -122,7 +122,7 @@ export type TableElement = { }; export type StyledElement = { - tag: 'span' | 'div' | 'ol' | 'ul' | 'li'; + tag: 'span' | 'div' | 'ol' | 'ul' | 'li' | 'details' | 'summary'; content?: Content; data?: Data; style?: StructuredContentStyle; -- cgit v1.2.3