UNPKG

react-shields.io

Version:

Shields.io for react component, Quality metadata badges for open source projects.

8 lines (7 loc) 218 B
import Container from '../common/Container'; import Version from './Version'; import Size from './Size'; export default class Npm extends Container { static Version: typeof Version; static Size: typeof Size; }