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.

11 lines (10 loc) 231 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; }