UNPKG

webstorm-init

Version:

CLI tool to write initial WebStorm settings into a new project

6 lines (5 loc) 168 B
/// <reference types="react" /> export interface SuccessProps { template: string; } export declare const Success: ({ template }: SuccessProps) => JSX.Element;