Update StyleClass.d.ts

pull/3699/head
Tuğçe Küçükoğlu 2023-03-02 17:53:19 +03:00
parent 2d47f24d6f
commit af44e1017e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import { DirectiveBinding, ObjectDirective } from 'vue';
*/ */
export interface StyleClassOptions { 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; selector?: '@next' | '@prev' | '@parent' | '@grandparent' | string | undefined;
/** /**