UNPKG

react-depth-of-field

Version:

A React component that applies a depth of field effect to its children

7 lines (6 loc) 176 B
import DepthOfField from './index' describe('react-depth-of-field', () => { it('should be a function', () => { expect(DepthOfField).toEqual(expect.any(Function)) }) })