UNPKG

@nteract/outputs

Version:

components for rendering outputs

14 lines (13 loc) 256 B
interface Props { data: string; mediaType: "text/plain"; } export declare const Plain: { (props: Props): JSX.Element; defaultProps: { data: string; mediaType: string; }; displayName: string; }; export default Plain;