({
width: 250,
});
-interface AppProps {}
+interface AppProps {
+ stylesRoot?: HTMLElement | null;
+}
interface Item {
id: string;
@@ -92,7 +94,7 @@ export default class App extends Component
{
// But in this example everything is just done in one place for simplicity
render() {
return (
-
+
{(droppableProvided, droppableSnapshot) => (