UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

7 lines (6 loc) 141 B
/** * Call a formatter * */ type Formattable = string | Promise<string> | HTMLElement | Promise<HTMLElement>; export default Formattable;