UNPKG

react-linear-gradient-picker

Version:
9 lines (6 loc) 133 B
import { NoopFunction } from '../../types'; /** * Executes nothing. */ const noop: NoopFunction = () => {}; export default noop;