UNPKG

@oclif/multi-stage-output

Version:

Terminal output for oclif commands with multiple stages

12 lines (11 loc) 302 B
import React from 'react'; export type IconProps = { figure?: string; paddingLeft?: number; paddingRight?: number; color?: string | false; }; export declare function Icon({ children, icon, }: { readonly children?: React.ReactNode; readonly icon: IconProps; }): React.ReactNode;