UNPKG

@infinityfx/lively

Version:

Feature complete, lightweight react animation library.

2 lines (1 loc) 193 B
export default function usePath<T extends SVGGeometryElement = any>(): [React.Ref<T>, (transform: (value: [number, number], index: number) => any) => (progress: number, index: number) => any];