UNPKG

estilo

Version:

Create color schemes for Vim, NeoVim, Airline and Lightline

3 lines 219 B
import type { Project, StatusBrand, StatusConfig } from "./types.js"; export declare function renderStatus(config: StatusConfig, project: Project, brand: StatusBrand): string; //# sourceMappingURL=render-status.d.ts.map