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/fileupload/FileUpload.d.ts
vendored
2
components/lib/fileupload/FileUpload.d.ts
vendored
|
@ -13,7 +13,7 @@ import { ButtonPassThroughOptions } from '../button';
|
|||
import { MessagePassThroughOptions } from '../message';
|
||||
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
||||
|
||||
export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttributes | ((options: FileUploadPassThroughMethodOptions) => FileUploadPassThroughAttributes) | null | undefined;
|
||||
export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttributes | ((options: FileUploadPassThroughMethodOptions) => FileUploadPassThroughAttributes | string) | string | null | undefined;
|
||||
|
||||
/**
|
||||
* Custom passthrough(pt) option method.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue