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 SubduedProps { subdued: string; } /** * `Subdued` displays some text with subdued colors */ declare const Subdued: FunctionComponent<SubduedProps>; export { Subdued };