8da0205bab
* renamed editable field to inline cell in ui folder * renamed table to table-cell in ui folder
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
import { createContext } from 'react';
|
|
|
|
export const InlineCellMutationContext = createContext<any>(undefined);
|