@wordpress/components
Version:
UI components for WordPress.
9 lines • 340 B
TypeScript
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