{"map":"{\"version\":3,\"file\":\"Axis.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../src/enums/Axis.ts\"],\"names\":[],\"mappings\":\"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,IAIX;AAJD,WAAY,IAAI;IACd,eAAO,CAAA;IACP,eAAO,CAAA;IACP,mBAAW,CAAA;AACb,CAAC,EAJW,IAAI,KAAJ,IAAI,QAIf;AAAA,CAAC;AACF,eAAe,IAAI,CAAC\"}","code":"/** @license\r\n *  Copyright 2016 - present The Material Motion Authors. All Rights Reserved.\r\n *\r\n *  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\r\n *  use this file except in compliance with the License. You may obtain a copy\r\n *  of the License at\r\n *\r\n *      http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n *  Unless required by applicable law or agreed to in writing, software\r\n *  distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r\n *  License for the specific language governing permissions and limitations\r\n *  under the License.\r\n */\r\nexport var Axis;\r\n(function (Axis) {\r\n    Axis[\"X\"] = \"x\";\r\n    Axis[\"Y\"] = \"y\";\r\n    Axis[\"ALL\"] = \"all\";\r\n})(Axis || (Axis = {}));\r\n;\r\nexport default Axis;\r\n//# sourceMappingURL=Axis.js.map","dts":{"name":"/Users/brentons/Projects/material-motion-js/packages/core/enums/Axis.d.ts","text":"/** @license\r\n *  Copyright 2016 - present The Material Motion Authors. All Rights Reserved.\r\n *\r\n *  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\r\n *  use this file except in compliance with the License. You may obtain a copy\r\n *  of the License at\r\n *\r\n *      http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n *  Unless required by applicable law or agreed to in writing, software\r\n *  distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r\n *  License for the specific language governing permissions and limitations\r\n *  under the License.\r\n */\r\nexport declare enum Axis {\r\n    X = \"x\",\r\n    Y = \"y\",\r\n    ALL = \"all\",\r\n}\r\nexport default Axis;\r\n"}}
