blob: a0375a12c61b75b0e203a96bfd9f9dbdc6d21058 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001/* Copyright 2016 The Chromium Authors. All Rights Reserved.
2 *
3 * Use of this source code is governed by a BSD-style
4 * license that can be found in the LICENSE file or at
5 * https://developers.google.com/open-source/licenses/bsd
6 */
7
8/** @type {CS.env} */
9var CS_env;
10
11// Exported functions must be mentioned in this externs file so that JSCompiler
12// will allow exporting functions by writing '_hideID = CS_hideID'.
13var _hideID;
14var _showID;
15var _hideEl;
16var _showEl;
17var _showInstead;
18var _toggleHidden;
19var _toggleCollapse;
20var _CS_dismissCue;
21var _CS_updateProjects;
22var _CP_checkProjectName;
23var _TKR_toggleStar;
24var _TKR_toggleStarLocal;
25var _TKR_syncStarIcons;