mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4290 - Update d.ts files
This commit is contained in:
parent
bb0d506860
commit
91b27d7318
95 changed files with 913 additions and 2 deletions
6
components/lib/styleclass/StyleClass.d.ts
vendored
6
components/lib/styleclass/StyleClass.d.ts
vendored
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
import { DirectiveBinding, ObjectDirective } from 'vue';
|
||||
import { DirectiveHooks } from '../basedirective';
|
||||
import { PassThroughOptions } from '../passthrough';
|
||||
import { PTOptions } from '../ts-helpers';
|
||||
|
||||
/**
|
||||
|
@ -56,6 +57,11 @@ export interface StyleClassOptions {
|
|||
* @type {StyleClassDirectivePassThroughOptions}
|
||||
*/
|
||||
pt?: PTOptions<StyleClassDirectivePassThroughOptions>;
|
||||
/**
|
||||
* Used to configure passthrough(pt) options of the component.
|
||||
* @type {PassThroughOptions}
|
||||
*/
|
||||
ptOptions?: PassThroughOptions;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue