We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ValidationError
1 parent 72e5da7 commit a40be41Copy full SHA for a40be41
src/lib/index.ts
@@ -1,5 +1,5 @@
1
// Reexport your entry components here
2
export { default as default } from "./SchemaForm.svelte";
3
export type { JSONSchema7 } from "json-schema";
4
-export type { default as ValidationError } from "./ValidationError";
+export { default as ValidationError } from "./ValidationError";
5
export type { default as UISchema } from "./UISchema";
0 commit comments