UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

8 lines (7 loc) 240 B
import { PaperProps } from "@mui/material/Paper"; /** * Draggable paper component * @param props Props * @returns Component */ export declare function DraggablePaperComponent(props: PaperProps): import("react/jsx-runtime").JSX.Element;