UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

5 lines (4 loc) 113 B
/** * Convert camelCase to dash-case properties. */ export declare const camelToDash: (str: string) => string;