UNPKG

@wordpress/components

Version:
9 lines 340 B
export declare function useModalExitAnimation(): { overlayClassname: string | undefined; frameRef: import("react").MutableRefObject<HTMLDivElement | undefined>; frameStyle: { '--modal-frame-animation-duration': string; }; closeModal: () => Promise<void>; }; //# sourceMappingURL=use-modal-exit-animation.d.ts.map