Skip to content

Commit

Permalink
Merge pull request #14 from Professr/issue#13
Browse files Browse the repository at this point in the history
(Issue #13) Exported `MirtOptions` and `MirtProps` interfaces
  • Loading branch information
esdete2 authored Jan 11, 2025
2 parents 7a8089a + 01b651d commit 66bda4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import './scss/Mirt.scss';
export { default } from './Mirt';
export { default, MirtOptions, MirtProps } from './Mirt';

0 comments on commit 66bda4d

Please sign in to comment.