Skip to content

Commit

Permalink
remove unnecessary exports
Browse files Browse the repository at this point in the history
  • Loading branch information
shahriar-shojib committed Sep 30, 2023
1 parent 67c50a9 commit 3cc78f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/common/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ export * from '@udecode/slate';
export * from '@udecode/slate-react';
export * from '@udecode/slate-utils';
export * from '@udecode/utils';
export type { AnyObject } from '@udecode/utils';
2 changes: 0 additions & 2 deletions packages/core/src/types/plugin/PlatePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,3 @@ export type WithPlatePlugin<
PlatePlugin<P, V, E>,
'type' | 'options' | 'inject' | 'editor'
>;

export type { AnyObject } from '@udecode/utils';
2 changes: 0 additions & 2 deletions packages/core/src/utils/pluginInjectProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,3 @@ export const pluginInjectProps = <V extends Value>(

return res;
};

export type { AnyObject } from '@udecode/utils';

0 comments on commit 3cc78f6

Please sign in to comment.