UNPKG

textchecker-element

Version:
8 lines (7 loc) 546 B
export type { TextCheckerElementRectItem } from "./text-checker-store"; export type { TextCheckerElementAttributes } from "./text-checker-element"; export { TextCheckerElement } from "./text-checker-element"; export { TextCheckerPopupElement } from "./text-checker-popup-element"; export type { TextCheckerPopupElementAttributes, TextCheckerCard, TextCheckerCardRect } from "./text-checker-popup-element"; export { attachToTextArea } from "./attach-to-text-area"; export type { LintEngineAPI, AttachTextAreaParams } from "./attach-to-text-area";