UNPKG

webstorm-init

Version:

CLI tool to write initial WebStorm settings into a new project

7 lines (6 loc) 192 B
/// <reference types="react" /> export interface AppProps { force: boolean; templatePath: string; } export declare const App: ({ force, templatePath }: AppProps) => JSX.Element;