UNPKG

replay-viewer

Version:

Rocket League replay viewer React component and tooling

7 lines (6 loc) 164 B
/// <reference types="react" /> declare type Props = { color?: string; }; declare const ErrorIcon: ({ color }: Props) => JSX.Element; export default ErrorIcon;