Sha256: 331afd1d100e9d665e5bce1e8384b842d99b8a4b7195a95035e0a5899643a980
Contents?: true
Size: 273 Bytes
Versions: 26
Compression:
Stored size: 273 Bytes
Contents
import type { Prettify, PartialDeep } from '@inquirer/type'; import { type Theme } from './theme.mjs'; export declare function makeTheme<SpecificTheme extends object>(...themes: ReadonlyArray<undefined | PartialDeep<Theme<SpecificTheme>>>): Prettify<Theme<SpecificTheme>>;
Version data entries
26 entries across 26 versions & 1 rubygems