UNPKG

react-layman

Version:

A dynamic tiling layout manager made for React

4 lines (3 loc) 171 B
import { WindowProps } from './types'; export declare const WindowContext: import('react').Context<WindowProps>; export declare const useWindowContext: () => WindowProps;