UNPKG

218 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = useAugment;
7function useAugment(oldMaterial, newMaterial, properties) {
8 return newMaterial(oldMaterial, properties);
9}
\No newline at end of file