Mission Control Dashboard - Initial implementation
This commit is contained in:
9
node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.mjs
generated
vendored
Normal file
9
node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.mjs
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { resolveVariantFromProps } from './resolve-variants.mjs';
|
||||
|
||||
function resolveVariant(visualElement, definition, custom) {
|
||||
const props = visualElement.getProps();
|
||||
return resolveVariantFromProps(props, definition, custom !== undefined ? custom : props.custom, visualElement);
|
||||
}
|
||||
|
||||
export { resolveVariant };
|
||||
//# sourceMappingURL=resolve-dynamic-variants.mjs.map
|
||||
Reference in New Issue
Block a user