mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: sunset withRecastTable api
This commit is contained in:
@@ -67,8 +67,3 @@ export const withRecastBlock =
|
||||
</RecastBlockProvider>
|
||||
);
|
||||
};
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link withRecastBlock} instead.
|
||||
*/
|
||||
export const withRecastTable = withRecastBlock;
|
||||
|
||||
@@ -9,7 +9,6 @@ export * from './types';
|
||||
export {
|
||||
RecastBlockProvider,
|
||||
withRecastBlock,
|
||||
withRecastTable,
|
||||
useRecastBlock,
|
||||
} from './Context';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user