UNPKG

@react-slate/core

Version:

Write interactive CLI apps with React

13 lines 314 B
import Base from './Base'; export declare type TextStyle = { color?: string; bgColor?: string; modifiers?: string[]; }; export default class Text extends Base<never> { static TAG: string; private body; setBody(body: string): void; getBody(): string; } //# sourceMappingURL=Text.d.ts.map