UNPKG

@excalidraw/excalidraw

Version:
14 lines (13 loc) 859 B
import React from "react"; import "./publicPath"; import "../../css/app.scss"; import "../../css/styles.scss"; import { ExcalidrawAPIRefValue, ExcalidrawProps } from "../../types"; declare type PublicExcalidrawProps = Omit<ExcalidrawProps, "forwardedRef">; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<PublicExcalidrawProps & React.RefAttributes<ExcalidrawAPIRefValue>>>; export default _default; export { getSceneVersion, getElementMap, isInvisiblySmallElement, } from "../../element"; export { defaultLang, languages } from "../../i18n"; export { restore, restoreAppState, restoreElements } from "../../data/restore"; export { exportToCanvas, exportToBlob, exportToSvg, serializeAsJSON, loadLibraryFromBlob, loadFromBlob, getFreeDrawSvgPath, } from "../../packages/utils"; export { FONT_FAMILY } from "../../constants";