Sha256: 4011816ea618fe01adfb25142cc4e4ce263bb16495b0a23fcb8b7b7d5e93bf65
Contents?: true
Size: 303 Bytes
Versions: 2
Compression:
Stored size: 303 Bytes
Contents
import React from 'react'; declare type StatChangeProps = { change?: 'increase' | 'decrease' | 'neutral'; className?: string; icon?: string; id?: string; value?: string | number; }; declare const StatChange: (props: StatChangeProps) => React.ReactElement; export default StatChange;
Version data entries
2 entries across 2 versions & 1 rubygems