mirror of
https://github.com/ente-io/ente.git
synced 2025-08-14 10:16:10 +00:00
wip checkpoint
This commit is contained in:
@@ -75,6 +75,11 @@ export interface MiniDialogAttributes {
|
||||
* is opened, allowing the user to confirm just by pressing ENTER.
|
||||
*/
|
||||
autoFocus?: boolean;
|
||||
/**
|
||||
* If `true`, close the dialog after {@link action} completes.
|
||||
* TODO: Test/Impl/Is this needed?
|
||||
*/
|
||||
autoClose?: boolean;
|
||||
/**
|
||||
* The function to call when the user activates the button.
|
||||
*
|
||||
|
Reference in New Issue
Block a user