UNPKG

@teamsnap/teamsnap-ui

Version:

a CSS component library for TeamSnap

8 lines (7 loc) 227 B
import * as PropTypes from 'prop-types'; export default class Routable { static getPropTypes(required: boolean): { location: PropTypes.Validator<string>; locationProps: PropTypes.Validator<string>; }; }