{"map":"{\"version\":3,\"file\":\"Direction.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../src/enums/Direction.ts\"],\"names\":[],\"mappings\":\"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,sBAAS,CAAA;IACT,0BAAa,CAAA;IACb,0BAAa,CAAA;IACb,4BAAe,CAAA;AACjB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAAA,CAAC;AACF,eAAe,SAAS,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 Direction;\r\n(function (Direction) {\r\n    Direction[\"UP\"] = \"up\";\r\n    Direction[\"DOWN\"] = \"down\";\r\n    Direction[\"LEFT\"] = \"left\";\r\n    Direction[\"RIGHT\"] = \"right\";\r\n})(Direction || (Direction = {}));\r\n;\r\nexport default Direction;\r\n//# sourceMappingURL=Direction.js.map","dts":{"name":"/Users/brentons/Projects/material-motion-js/packages/core/enums/Direction.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 Direction {\r\n    UP = \"up\",\r\n    DOWN = \"down\",\r\n    LEFT = \"left\",\r\n    RIGHT = \"right\",\r\n}\r\nexport default Direction;\r\n"}}
