UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

5 lines (4 loc) 136 B
/** * Check if the value is a zero value string like "0px" or "0%" */ export declare const isZeroValueString: (v: string) => boolean;