1
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { createContext, createImmutable } from '@rc-component/context';
|
||||
const {
|
||||
makeImmutable,
|
||||
responseImmutable,
|
||||
useImmutableMark
|
||||
} = createImmutable();
|
||||
export { makeImmutable, responseImmutable, useImmutableMark };
|
||||
const TableContext = createContext();
|
||||
export default TableContext;
|
||||
Reference in New Issue
Block a user