UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

9 lines (7 loc) 174 B
/** * Decides if the supplied variable is variant label */ function isVariantLabel(v) { return typeof v === "string" || Array.isArray(v); } export { isVariantLabel };