Interface CSSHook<TElement>
Methods
get
- get(this: this, elem: TElement, computed: any, extra: any): any
-
Parameters
-
this: this
-
elem: TElement
-
computed: any
-
extra: any
Returns any
set
- set(this: this, elem: TElement, value: any): void
-
Parameters
-
this: this
-
elem: TElement
-
value: any
Returns void