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; /**