Sha256: 71907c04546251c32b201cbaba235b2b6fb17013c17e1f32157f0bfa34184004
Contents?: true
Size: 272 Bytes
Versions: 58
Compression:
Stored size: 272 Bytes
Contents
import type { Prettify, PartialDeep } from '@inquirer/type'; import { type Theme } from './theme.js'; export declare function makeTheme<SpecificTheme extends object>(...themes: ReadonlyArray<undefined | PartialDeep<Theme<SpecificTheme>>>): Prettify<Theme<SpecificTheme>>;
Version data entries
58 entries across 29 versions & 2 rubygems