UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

13 lines (12 loc) 316 B
import { IconButtonProps } from "@mui/material/IconButton"; /** * BackButton props */ export interface BackButtonProps extends IconButtonProps { } /** * BackButton * @param props Props * @returns Component */ export declare function BackButton(props: BackButtonProps): import("react/jsx-runtime").JSX.Element;