UNPKG
@clusterio/web_ui
Version:
latest (2.0.0-alpha.22b)
2.0.0-alpha.22b
2.0.0-alpha.22
2.0.0-alpha.21
2.0.0-alpha.20.b
2.0.0-alpha.20
2.0.0-alpha.19.b
2.0.0-alpha.19
2.0.0-alpha.18
2.0.0-alpha.17
2.0.0-alpha.16
2.0.0-alpha.15
2.0.0-alpha.14
2.0.0-alpha.13
2.0.0-alpha.12
2.0.0-alpha.11
2.0.0-alpha.10
2.0.0-alpha.9
2.0.0-alpha.8
2.0.0-alpha.7
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
Clusterio web interface implementation
@clusterio/web_ui
/
global.d.ts
11 lines
(8 loc)
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
module
"*.png"
{
const
value
:
string
;
export
default
value; }
declare
const
webRoot
:
string
;
declare
const
staticRoot
:
string
;
declare
const
__webpack_init_sharing__
:
(
shareScope
:
string
) =>
Promise
<
void
>;
declare
const
__webpack_share_scopes__
: {
default
:
any
};