From 8040dd8932422b877339e42429390828f6532569 Mon Sep 17 00:00:00 2001 From: Liam Bigelow <40188355+bglw@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:00:39 +1200 Subject: [PATCH] Add `tabbed` as a valid object subtype --- src/configuration.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.d.ts b/src/configuration.d.ts index 43ab382..a57a122 100644 --- a/src/configuration.d.ts +++ b/src/configuration.d.ts @@ -854,7 +854,7 @@ export interface ObjectInputOptions extends BaseInputOptions { /** * Changes the appearance and behavior of the input. */ - subtype?: 'object' | 'mutable'; + subtype?: 'object' | 'mutable' | 'tabbed'; /** * Contains options for the "mutable" subtype. */