mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4125 - Pass Through Props: Syntactic improvement suggestion
This commit is contained in:
parent
9cdbd621f1
commit
5f09ecd0a0
88 changed files with 110 additions and 88 deletions
2
components/lib/textarea/Textarea.d.ts
vendored
2
components/lib/textarea/Textarea.d.ts
vendored
|
@ -11,7 +11,7 @@ import { TextareaHTMLAttributes } from 'vue';
|
|||
import { ComponentHooks } from '../basecomponent';
|
||||
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
||||
|
||||
export declare type TextareaPassThroughOptionType = TextareaPassThroughAttributes | ((options: TextareaPassThroughMethodOptions) => TextareaPassThroughAttributes) | null | undefined;
|
||||
export declare type TextareaPassThroughOptionType = TextareaPassThroughAttributes | ((options: TextareaPassThroughMethodOptions) => TextareaPassThroughAttributes | string) | string | null | undefined;
|
||||
|
||||
/**
|
||||
* Custom passthrough(pt) option method.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue