/// /// import * as React from 'react'; import * as Highlight from 'react-highlighter'; export class ReactHolderTest extends React.Component { public render() { return (
test
); } }