UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

10 lines (8 loc) 220 B
/** * Decides if the supplied variable is variant label */ function isVariantLabel(v) { return typeof v === "string" || Array.isArray(v); } export { isVariantLabel }; //# sourceMappingURL=is-variant-label.mjs.map