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.

9 lines (8 loc) 304 B
import React from 'react'; import { FavIconProps } from './types'; /** * The FavIcon component sets the favicon displayed by the browser on the website's tab * The html <link> of the icon must have an id attribute of 'favicon' */ declare const FavIcon: React.FC<FavIconProps>; export default FavIcon;