Custom sources for Hoshimi.
Extend this interface via module augmentation to provide custom sources/search sources.
declare module "hoshimi" { interface CustomizableSources { mysearch: "my-source"; }} Copy
declare module "hoshimi" { interface CustomizableSources { mysearch: "my-source"; }}
Custom sources for Hoshimi.
Extend this interface via module augmentation to provide custom sources/search sources.
Example