From 931edf0158d02383b128929a4dab15b52ecc401b 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?= <tugcekucukoglu.860@gmail.com> Date: Tue, 30 May 2023 15:47:29 +0300 Subject: [PATCH] Cosmetics --- components/lib/multiselect/MultiSelect.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components/lib/multiselect/MultiSelect.d.ts b/components/lib/multiselect/MultiSelect.d.ts index 2fdb55228..7137483d7 100755 --- a/components/lib/multiselect/MultiSelect.d.ts +++ b/components/lib/multiselect/MultiSelect.d.ts @@ -185,7 +185,6 @@ export interface MultiSelectPassThroughOptions { * Uses to pass attributes to the option's DOM element. */ option?: MultiSelectPassThroughOptionType; - /** * Uses to pass attributes to the emptyMessage's DOM element. */