mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
e0c47dc462
Uses ResourceLoader's virtual config feature to get the config and pass it down to Wvui's typeahead search component. Disclaimer: I'm a typescript noob and am not sure if the config.json.d.ts is correct although it seems to make tsc happy. Bug: T260167 Change-Id: I2eced14c7df3b795b4de0e5149c2ca9fd598c7be
4 lines
191 B
TypeScript
4 lines
191 B
TypeScript
// Placeholder for ResourceLoader Virutal Config which is populated from the server.
|
|
// See `VectorWvuiSearchOptions` config in Vector/skin.json for the options that are included.
|
|
export {};
|