UNPKG

bit-bin

Version:

<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b

20 lines (19 loc) 605 B
import React from 'react'; import { Command } from '../cli'; import { Workspace } from '../workspace'; import { UIExtension } from './ui.extension'; export declare class StartCmd implements Command { private ui; private workspace; name: string; description: string; alias: string; private: boolean; group: string; shortDescription: string; options: never[]; constructor(ui: UIExtension, workspace: Workspace); private clearConsole; render([userPattern]: [string]): Promise<React.ReactElement>; } export declare function EnvConsole(props: any): JSX.Element;