From af44e1017ef68e88c988c4b20d5b108f7e9a207b 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: Thu, 2 Mar 2023 17:53:19 +0300 Subject: [PATCH] Update StyleClass.d.ts --- components/styleclass/StyleClass.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/styleclass/StyleClass.d.ts b/components/styleclass/StyleClass.d.ts index 00b82cc26..99d24cc7f 100644 --- a/components/styleclass/StyleClass.d.ts +++ b/components/styleclass/StyleClass.d.ts @@ -13,7 +13,7 @@ import { DirectiveBinding, ObjectDirective } from 'vue'; */ export interface StyleClassOptions { /** - * Selector to define the target element. + * Selector to define the target element. Available selectors are '@next', '@prev', '@parent' and '@grandparent'. */ selector?: '@next' | '@prev' | '@parent' | '@grandparent' | string | undefined; /**