mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #4389 - Rename PTOptions and DefaultPTOptions types with PassThrough and DefaultPassThrough types
This commit is contained in:
parent
57ce4e0183
commit
5c94099fa7
95 changed files with 280 additions and 280 deletions
4
components/lib/scrollpanel/ScrollPanel.d.ts
vendored
4
components/lib/scrollpanel/ScrollPanel.d.ts
vendored
|
@ -10,7 +10,7 @@
|
|||
import { VNode } from 'vue';
|
||||
import { ComponentHooks } from '../basecomponent';
|
||||
import { PassThroughOptions } from '../passthrough';
|
||||
import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers';
|
||||
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
||||
|
||||
export declare type ScrollPanelPassThroughOptionType = ScrollPanelPassThroughAttributes | ((options: ScrollPanelPassThroughMethodOptions) => ScrollPanelPassThroughAttributes | string) | string | null | undefined;
|
||||
|
||||
|
@ -113,7 +113,7 @@ export interface ScrollPanelProps {
|
|||
* Used to pass attributes to DOM elements inside the component.
|
||||
* @type {ScrollPanelPassThroughOptions}
|
||||
*/
|
||||
pt?: PTOptions<ScrollPanelPassThroughOptions>;
|
||||
pt?: PassThrough<ScrollPanelPassThroughOptions>;
|
||||
/**
|
||||
* Used to configure passthrough(pt) options of the component.
|
||||
* @type {PassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue