New Fullscreen component

This commit is contained in:
Florian Scholdei
2020-10-14 22:48:10 +02:00
parent a680b75f85
commit c366203d1f
9 changed files with 190 additions and 83 deletions

View File

@@ -22,7 +22,7 @@
* SOFTWARE.
*/
import * as React from "react";
import {FC} from "react";
import { FC } from "react";
import classNames from "classnames";
import usePortalRootElement from "../usePortalRootElement";
import ReactDOM from "react-dom";