UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

7 lines (6 loc) 134 B
/** * @return the name of the default theme * */ export declare function getDefault(): Promise<string>; export default getDefault;