react-styleguidist
Version:
React components style guide generator
9 lines (8 loc) • 368 B
TypeScript
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;