From 00f77ffb9403af8b054b4408bfc6b3d4ed9acb81 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 2 Aug 2024 09:50:15 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index d05b341c9..6d44c7fb5 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -25844,7 +25844,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t collapsed: boolean, // Collapsed state as a boolean\n }", + "type": "{\n \t collapsed: boolean, // Collapsed state as a boolean\n \t class: string, // Style class of the icon.\n }", "description": "toggler icon slot's params." } ], @@ -25858,7 +25858,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t collapsed: boolean, // Collapsed state as a boolean\n }", + "type": "{\n \t collapsed: boolean, // Collapsed state as a boolean\n \t class: string, // Style class of the icon.\n }", "description": "toggler icon slot's params." } ],