mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4289 - Improve usePassThrough
method
This commit is contained in:
parent
e4651a9d0c
commit
4ecc86838f
100 changed files with 317 additions and 258 deletions
3
components/lib/styleclass/StyleClass.d.ts
vendored
3
components/lib/styleclass/StyleClass.d.ts
vendored
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
import { DirectiveBinding, ObjectDirective } from 'vue';
|
||||
import { DirectiveHooks } from '../basedirective';
|
||||
import { PTOptions } from '../ts-helpers';
|
||||
|
||||
/**
|
||||
* Defines options of StyleClass.
|
||||
|
@ -54,7 +55,7 @@ export interface StyleClassOptions {
|
|||
* Used to pass attributes to DOM elements inside the component.
|
||||
* @type {StyleClassDirectivePassThroughOptions}
|
||||
*/
|
||||
pt?: StyleClassDirectivePassThroughOptions;
|
||||
pt?: PTOptions<StyleClassDirectivePassThroughOptions>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue