UNPKG

@oclif/multi-stage-output

Version:

Terminal output for oclif commands with multiple stages

7 lines (6 loc) 203 B
import React from 'react'; export declare function Timer({ color, isStopped, unit, }: { readonly color?: string; readonly isStopped?: boolean; readonly unit: 'ms' | 's'; }): React.ReactNode;