UNPKG

@rabahzeineddine/material-ui

Version:
5 lines (4 loc) 236 B
import { DrawerPageProps } from "../../../config/@types/PersistentDrawer"; import React from "react"; declare const DrawerPage: React.ForwardRefExoticComponent<DrawerPageProps & React.RefAttributes<unknown>>; export default DrawerPage;