UNPKG

react-styleguidist

Version:
9 lines (8 loc) 368 B
import React from 'react'; import { JssInjectedProps } from 'rsg-components/Styled'; interface PlaygroundErrorProps extends JssInjectedProps { message: string; } export declare const PlaygroundErrorRenderer: React.FunctionComponent<PlaygroundErrorProps>; declare const _default: React.ComponentType<Omit<PlaygroundErrorProps, "classes">>; export default _default;