UNPKG

replay-viewer

Version:

Rocket League replay viewer React component and tooling

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