UNPKG

gatsby-cli

Version:

Gatsby command-line interface for creating new sites and running Gatsby commands

4 lines (3 loc) 173 B
import { FunctionComponent } from "react"; import { TextProps } from "ink"; export declare const createLabel: (text: string, color: string) => FunctionComponent<TextProps>;