Skip to content

Commit

Permalink
Add exports for custom render() implementations (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jun 24, 2024
1 parent 28720c4 commit 758b069
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/remdx/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
export type {
MDXComponents as ComponentList,
ReMDXSlide,
Themes,
MDXComponents as ComponentList,
} from './types.tsx';

export { default as Deck } from './src/deck.tsx';
export { default as render } from './src/render.tsx';
export { default as Slide } from './src/slide.tsx';
export { default as slidesToComponent } from './src/slidesToComponent.tsx';
export { useMDXComponents } from '@mdx-js/react';
export { defaultTransition, Transitions } from './src/transitions.tsx';
export { MDXProvider, useMDXComponents } from '@mdx-js/react';

0 comments on commit 758b069

Please sign in to comment.