blob: defb115d00cc2374837d956c988b4185f46c8d6c [file] [log] [blame]
Adrià Vilanova Martínezf19ea432024-01-23 20:20:52 +01001// Copyright 2016 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
Copybara854996b2021-09-07 19:36:02 +00004
5/** @type {CS.env} */
6var CS_env;
7
8// Exported functions must be mentioned in this externs file so that JSCompiler
9// will allow exporting functions by writing '_hideID = CS_hideID'.
10var _hideID;
11var _showID;
12var _hideEl;
13var _showEl;
14var _showInstead;
15var _toggleHidden;
16var _toggleCollapse;
17var _CS_dismissCue;
18var _CS_updateProjects;
19var _CP_checkProjectName;
20var _TKR_toggleStar;
21var _TKR_toggleStarLocal;
22var _TKR_syncStarIcons;