Update FileUpload.d.ts

pull/6454/head
tugcekucukoglu 2024-09-21 01:27:30 +03:00
parent 7a33dc6d90
commit c6b4b9d256
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ export interface FileUploadPassThroughOptions {
* Used to pass attributes to the ProgressBar component. * Used to pass attributes to the ProgressBar component.
* @see {@link ProgressbarPassThroughOptions} * @see {@link ProgressbarPassThroughOptions}
*/ */
pcProgressbar?: ProgressBarPassThroughOptions<FileUploadPassThroughMethodOptions>; pcProgressBar?: ProgressBarPassThroughOptions<FileUploadPassThroughMethodOptions>;
/** /**
* Used to pass attributes to the message's DOM element. * Used to pass attributes to the message's DOM element.
* @see {@link MessagePassThroughOptions} * @see {@link MessagePassThroughOptions}