Skip to content

Commit

Permalink
feat: support internal modules revogrid
Browse files Browse the repository at this point in the history
  • Loading branch information
m2a2x committed Jul 20, 2024
1 parent 35b910f commit 2a27134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { createReactComponent } from './react-component-lib';

import type { JSX } from '@revolist/revogrid';
export type * from '@revolist/revogrid';
export * from '@revolist/revogrid';
import { defineCustomElements } from '@revolist/revogrid/loader';
export { type EditorType, EditorAdapter } from './editor.adapter';

Expand Down

0 comments on commit 2a27134

Please sign in to comment.