UNPKG

@excalidraw/math

Version:

Excalidraw math functions

11 lines (10 loc) 282 B
import "./TextInput.scss"; import "./ProjectName.scss"; type Props = { value: string; onChange: (value: string) => void; label: string; ignoreFocus?: boolean; }; export declare const ProjectName: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};