CustomizableSources
Custom sources for Hoshimi. Extend this interface via module augmentation to provide custom sources/search sources.
Signature
export interface CustomizableSourcesJSDoc
Examples
declare module "hoshimi" {
interface CustomizableSources {
mysearch: "my-source";
}
}Members
This export does not declare public properties or methods in the generated declaration file.