UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

10 lines (9 loc) 227 B
import { FunctionComponent } from 'react'; interface CommandProps { command: string; } /** * `Command` displays a command as non-dimmed text. */ declare const Command: FunctionComponent<CommandProps>; export { Command };