mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
import { ConfirmationOptions } from '../confirmationoptions';
|
|
|
|
export declare function useConfirm(): {
|
|
require: (option: ConfirmationOptions) => void;
|
|
close: () => void;
|
|
};
|