UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

11 lines (10 loc) 233 B
import Theme from './Theme'; /** * @return the Theme model associated with the given theme name * */ export declare function findByName(name: string): Promise<{ theme: Theme; plugin: string; }>; export default findByName;