UNPKG

@reactodia/workspace

Version:

Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.

7 lines 246 B
import * as React from 'react'; export interface HaloProps { margin?: number; children?: React.ReactNode; } export declare function Halo(props: HaloProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=halo.d.ts.map