diff --git a/src/index.ts b/src/index.ts index e45ac65..f024bc0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,6 +23,7 @@ import { replaceLineClass, getLineId, } from './utils'; +export type { Options, LineElement, CharsElement, Theme } from './types'; interface ApplyProps { tree: Root;