UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

7 lines 196 B
import React from "react"; interface ErrorStateProps { error: string; } declare const ErrorState: React.FC<ErrorStateProps>; export default ErrorState; //# sourceMappingURL=ErrorState.d.ts.map