Sylvain Filoni
update gradio client
9ada4bc
raw
history blame
273 Bytes
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>>;