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:
2
js/dist-typings/forum/components/Search.d.ts
vendored
2
js/dist-typings/forum/components/Search.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user