UNPKG

webstorm-init

Version:

CLI tool to write initial WebStorm settings into a new project

6 lines (5 loc) 181 B
import React from "react"; export declare type ErrorProps = { children: string | React.ReactNode; }; export declare const Error: ({ children }: ErrorProps) => JSX.Element;