UNPKG

@etsoo/toolpad

Version:

Dashboard framework extention based on Toolpad Core

4 lines (3 loc) 205 B
import { ButtonProps } from "@mui/material/Button"; export type SignOutButtonProps = ButtonProps; export declare function SignOutButton(props: SignOutButtonProps): import("react/jsx-runtime").JSX.Element;