UNPKG

@teaui/core

Version:

A high-level terminal UI library for Node

3 lines (2 loc) 130 B
import { Theme } from './Theme'; export declare function childTheme(theme: Theme, isPressed?: boolean, isHover?: boolean): Theme;