chore: sunset withRecastTable api

This commit is contained in:
lawvs
2022-07-18 19:08:49 +08:00
parent 68614f86c6
commit 6597051e9a
4 changed files with 4 additions and 10 deletions

View File

@@ -67,8 +67,3 @@ export const withRecastBlock =
</RecastBlockProvider>
);
};
/**
* @deprecated Use {@link withRecastBlock} instead.
*/
export const withRecastTable = withRecastBlock;

View File

@@ -9,7 +9,6 @@ export * from './types';
export {
RecastBlockProvider,
withRecastBlock,
withRecastTable,
useRecastBlock,
} from './Context';