blob: baf5db13f2dcef37b0a08178d2d4540d5a822b9c (
plain)
1
2
3
4
5
6
7
8
|
export { ZoomProvider, useZoom } from "./hooks/useZoom";
import Paragraph from "./Paragraph";
import FullText from "./FullText";
import Sentence from "./Paragraph";
import SpacyClause from "./SpacyClause";
import type * as Types from "./logic/types";
export { Paragraph, FullText, Sentence, SpacyClause, Types };
|