UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

6 lines (5 loc) 191 B
import { BackdropProps } from '@mui/material'; /** * Prevents scrolling of content behind the backdrop */ export default function BackdropScrollDisabled(props: BackdropProps): JSX.Element;