UNPKG

react-layman

Version:

A dynamic tiling layout manager made for React

3 lines (2 loc) 198 B
import { SeparatorProps } from './types'; export declare function Separator({ nodePosition, position, index, direction, path, separators }: SeparatorProps): import("react/jsx-runtime").JSX.Element;