UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines (8 loc) 250 B
import * as React from 'react'; export interface LayoutContextProps { siderHook: { addSider: (id: string) => void; removeSider: (id: string) => void; }; } export declare const LayoutContext: React.Context<LayoutContextProps>;