UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

13 lines (12 loc) 398 B
export declare function useModalContentProps(): { focusTrapActive: boolean | undefined; contentProps: { component: "section"; onKeyDown: (event: React.KeyboardEvent<HTMLElement>) => void; role: "dialog"; tabIndex: number; 'aria-modal': boolean; 'aria-describedby': string | undefined; 'aria-labelledby': string | undefined; }; };