UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

7 lines (6 loc) 235 B
import React from 'react'; export interface SpaceContextType { latestIndex: number; } export declare const SpaceContext: React.Context<SpaceContextType>; export declare const SpaceContextProvider: React.Provider<SpaceContextType>;