UNPKG

better-react-spinkit

Version:

A collection of loading indicators animated with CSS for React

17 lines (12 loc) 281 B
import PropTypes from 'prop-types' export const contextTypes = { betterReactSpinkit: PropTypes.shape({ color: PropTypes.string, size: PropTypes.number }) } export const propTypes = { color: PropTypes.string, size: PropTypes.number } export const color = '#333'