1 | ;
|
2 |
|
3 | Object.defineProperty(exports, "__esModule", {
|
4 | value: true
|
5 | });
|
6 | exports.configureMotion = exports.config = void 0;
|
7 | const config = {
|
8 | timing: 'ms'
|
9 | };
|
10 | exports.config = config;
|
11 | const configureMotion = function configureMotion(configuration) {
|
12 | Object.assign(config, configuration);
|
13 | };
|
14 | exports.configureMotion = configureMotion;
|
15 | //# sourceMappingURL=configureMotion.js.map |
\ | No newline at end of file |