@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.
12 lines (9 loc) • 302 B
text/typescript
// Copyright (c) TotalSoft.
// This source code is licensed under the MIT license.
import { IconButtonProps } from '../IconButton/types'
export interface BackToButtonProps extends IconButtonProps {
/**
* Path where browser will be directed to when the button is clicked.
*/
path?: string
}