Mission Control Dashboard - Initial implementation
This commit is contained in:
9
node_modules/motion-dom/dist/es/render/utils/is-variant-label.mjs
generated
vendored
Normal file
9
node_modules/motion-dom/dist/es/render/utils/is-variant-label.mjs
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user