UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

7 lines (6 loc) 204 B
import { CustomFabProps } from "./CustomFabProps"; /** * Scroll to top fab * @returns Component */ export declare function ScrollTopFab(props: CustomFabProps): import("react/jsx-runtime").JSX.Element;