mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-11 16:59:09 +00:00
28ada2dc78
Making it easier to add configuration variables to JavaScript in future. This will be used for the pointer indicator. Change-Id: I65396a3867e7e92d7385ebaa573fb48105ecb9fd
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
/** For virtual configuration of resources/skins.vector.js/config.json */
|
|
interface VectorResourceLoaderVirtualConfig {
|
|
VectorSearchApiUrl: string;
|
|
}
|