UNPKG

@chakra-ui/modal

Version:

An accessible dialog (modal) component for React & Chakra UI

12 lines (9 loc) 297 B
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 };