Skip to content

Commit

Permalink
feat: extra exports definition
Browse files Browse the repository at this point in the history
  • Loading branch information
m2a2x committed Jan 20, 2025
1 parent bf00168 commit f39404a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
/* tslint:disable */
/* auto-generated react proxies */
import { createReactComponent } from './react-component-lib';
import { defineCustomElements } from '@revolist/revogrid/loader';

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

export const RevoGrid = /*@__PURE__*/ createReactComponent<
Expand Down

0 comments on commit f39404a

Please sign in to comment.