UNPKG

@marcosnbj/excalidraw

Version:
11 lines (10 loc) 306 B
import "./Island.scss"; import React from "react"; type IslandProps = { children: React.ReactNode; padding?: number; className?: string | boolean; style?: object; }; export declare const Island: React.ForwardRefExoticComponent<IslandProps & React.RefAttributes<HTMLDivElement>>; export {};