fix typo in open drawer helper doc (#5258)

This commit is contained in:
Alexander Petric
2025-02-10 21:57:32 +01:00
committed by GitHub
parent e0f90d4544
commit f0e5f78937
+1 -1
View File
@@ -248,7 +248,7 @@ declare function setValue(id: string, value: any): void;
*/
declare function setSelectedIndex(id: string, index: number): void;
/** close a drawer or modal
/** open a drawer or modal
* @param id component's id
*/
declare function open(id: string): void;