mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 13:36:20 +00:00
Migrated to TS all visits components except the biggest two
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import PropTypes from 'prop-types';
|
||||
import { rangeOf } from '../utils';
|
||||
import LocalStorage from './LocalStorage';
|
||||
|
||||
@@ -36,9 +35,3 @@ export default class ColorGenerator {
|
||||
return color;
|
||||
};
|
||||
}
|
||||
|
||||
/** @deprecated Use ColorGenerator class instead */
|
||||
export const colorGeneratorType = PropTypes.shape({
|
||||
getColorForKey: PropTypes.func,
|
||||
setColorForKey: PropTypes.func,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user