Refactor #5592 - FileUpload & Overlay components

This commit is contained in:
tugcekucukoglu 2024-04-30 12:58:12 +03:00
parent 2c45303235
commit 28d77998c0
7 changed files with 38 additions and 41 deletions

View file

@ -75,9 +75,9 @@ export interface DialogPassThroughOptions<T = any> {
*/
title?: DialogPassThroughOptionType<T>;
/**
* Used to pass attributes to the header icons' DOM element.
* Used to pass attributes to the header actions' DOM element.
*/
icons?: DialogPassThroughOptionType<T>;
headerActions?: DialogPassThroughOptionType<T>;
/**
* Used to pass attributes to the maximizable Button component.
* @see {@link ButtonPassThroughOptions}