mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-09 02:27:52 +02:00
Add Zen mode for distraction free drawing (#1450)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import "./Island.css";
|
||||
import "./Island.scss";
|
||||
|
||||
import React from "react";
|
||||
|
||||
type IslandProps = {
|
||||
children: React.ReactNode;
|
||||
padding?: number;
|
||||
className?: string;
|
||||
className?: string | boolean;
|
||||
style?: object;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user