Skip to content

Commit 90a2473

Browse files
committed
Export validation error type
1 parent bdc1cc4 commit 90a2473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ export { ColumnType, GenericColumnType } from './models/column';
1515
export { useDSVImport } from './features/context';
1616
export { Rule } from './models/rule';
1717
export { Transformer } from './models/transformer';
18+
export { ValidationError } from './models/validation';

0 commit comments

Comments
 (0)