UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

8 lines (7 loc) 227 B
import { IconButtonProps } from '../IconButton/types'; export interface BackToButtonProps extends IconButtonProps { /** * Path where browser will be directed to when the button is clicked. */ path?: string; }