UNPKG

fortnite-components

Version:
5 lines (4 loc) 137 B
import { FC } from 'react'; import { GameCardProps } from './types'; declare const GameCard: FC<GameCardProps>; export default GameCard;