UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

3 lines (2 loc) 154 B
import { FeatureProps } from "../features/types"; export declare const makeRenderlessComponent: <P = FeatureProps>(hook: Function) => (props: P) => null;