UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

8 lines (7 loc) 301 B
import * as React from 'react'; import type { InternalNamePath } from './interface'; export interface ListContextProps { getKey: (namePath: InternalNamePath) => [InternalNamePath[number], InternalNamePath]; } declare const ListContext: React.Context<ListContextProps>; export default ListContext;