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.

10 lines 212 B
export interface FavIconProps { /** * Path to the image */ favIconSource?: string /** * Path to the fallback image. This will be used when the onerror event occurs */ defaultFavIcon?: string }