{"version":3,"sources":["components/floating-menu/floating-menu-trigger.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH;;GAEG;AACH,UAAU,qBAAsB,SAAQ,WAAW;IACjD;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,eAAe,EAAE,UAAU,CAAC;CAC7B;AAGD,eAAe,qBAAqB,CAAC","file":"floating-menu-trigger.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2020\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * The interface of floating menus containing the trigger button.\n */\ninterface BXFloatingMenuTrigger extends HTMLElement {\n  /**\n   * `true` if the menu should be open.\n   */\n  open: boolean;\n\n  /**\n   * The position of the trigger button.\n   */\n  triggerPosition: ClientRect;\n}\n\n// eslint-disable-next-line no-undef\nexport default BXFloatingMenuTrigger;\n"]}