Skip to content

Commit

Permalink
fix: export types (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks authored Jan 17, 2024
1 parent 25c7d38 commit f96d43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
replaceLineClass,
getLineId,
} from './utils';
export type { Options, LineElement, CharsElement, Theme } from './types';

interface ApplyProps {
tree: Root;
Expand Down

0 comments on commit f96d43a

Please sign in to comment.