UNPKG

framer-motion

Version:

A simple and powerful React animation library

7 lines (5 loc) 151 B
var makeRenderlessComponent = function (hook) { return function (props) { hook(props); return null; }; }; export { makeRenderlessComponent };