Files
wdi-dashboard/node_modules/@chakra-ui/modal/dist/modal-focus.d.ts
2024-08-16 15:06:52 +05:30

12 lines
297 B
TypeScript

import * as react_jsx_runtime from 'react/jsx-runtime';
interface ModalFocusScopeProps {
/**
* @type React.ReactElement
*/
children: React.ReactElement;
}
declare function ModalFocusScope(props: ModalFocusScopeProps): react_jsx_runtime.JSX.Element;
export { ModalFocusScope };