UNPKG

gatsby-cli

Version:

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

8 lines (7 loc) 197 B
/// <reference types="react" /> interface ISpinnerProps { text: string; statusText?: string; } export declare function Spinner({ text, statusText }: ISpinnerProps): JSX.Element; export {};