remirror/remirror

View on GitHub
packages/storybook-react/stories/extension-entity-reference/entity-reference.stories.tsx

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import Basic from './basic';
import Highlights from './highlights';
import ScrollIntoHighlight from './scroll-to-highlight';

export default { title: 'Extensions / EntityReference' };

export { Basic };
export { Highlights as Highlight };
export { ScrollIntoHighlight as ScrollIntoHighlight };