first commit
This commit is contained in:
8
node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs
generated
vendored
Normal file
8
node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Decides if the supplied variable is variant label
|
||||
*/
|
||||
function isVariantLabel(v) {
|
||||
return typeof v === "string" || Array.isArray(v);
|
||||
}
|
||||
|
||||
export { isVariantLabel };
|
||||
Reference in New Issue
Block a user