UNPKG

antd-table-editable-af

Version:
4 lines (3 loc) 171 B
import { CellContextProps } from '../context'; declare const useCellContext: <EditorType extends string>() => CellContextProps<EditorType>; export default useCellContext;