1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 19:34:18 +02:00

Bundled output for commit cff672424b

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2021-12-28 01:30:26 +00:00
parent cff672424b
commit 066cf02b88
6 changed files with 11 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ export default class Search<T extends SearchAttrs = SearchAttrs> extends Compone
/**
* An array of SearchSources.
*/
protected sources: SearchSource[];
protected sources?: SearchSource[];
/**
* The number of sources that are still loading results.
*/