DefinitelyTyped/types/react-plyr/react-plyr-tests.tsx
2019-01-23 17:36:26 +07:00

11 lines
176 B
TypeScript

import * as React from "react";
import Plyr from "react-plyr";
class PlyrTest extends React.Component {
render() {
return (
<Plyr/>
);
}
}