UNPKG

@shopify/cli-kit

Version:

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

10 lines (9 loc) 221 B
import { FunctionComponent } from 'react'; interface FilePathProps { filePath: string; } /** * `FilePath` displays a path to a file. */ declare const FilePath: FunctionComponent<FilePathProps>; export { FilePath };