From 9669b7e25063aeb0c7bf93313d917ef56f95dcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 13 Jun 2023 17:24:45 +0300 Subject: [PATCH] Update Tree.d.ts --- components/lib/tree/Tree.d.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/lib/tree/Tree.d.ts b/components/lib/tree/Tree.d.ts index 36d18c623..271ceda10 100755 --- a/components/lib/tree/Tree.d.ts +++ b/components/lib/tree/Tree.d.ts @@ -110,14 +110,6 @@ export interface TreePassThroughOptions { * Uses to pass attributes to the root's DOM element. */ root?: TreePassThroughOptionType; - /** - * Uses to pass attributes to the loading overlay's DOM element. - */ - loadingOverlay?: TreePassThroughOptionType; - /** - * Uses to pass attributes to the loading icon's DOM element. - */ - loadingIcon?: TreePassThroughOptionType; /** * Uses to pass attributes to the filter container's DOM element. */ @@ -178,6 +170,14 @@ export interface TreePassThroughOptions { * Uses to pass attributes to the subgroup's DOM element. */ subgroup?: TreePassThroughOptionType; + /** + * Uses to pass attributes to the loading overlay's DOM element. + */ + loadingOverlay?: TreePassThroughOptionType; + /** + * Uses to pass attributes to the loading icon's DOM element. + */ + loadingIcon?: TreePassThroughOptionType; } /**