UNPKG

alinea

Version:
6 lines (5 loc) 154 B
type FavIconProps = { color: string; }; export declare function FavIcon({ color }: FavIconProps): import("react/jsx-runtime").JSX.Element; export {};