Skip to content

Commit

Permalink
fix: export the InputType type
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpa0cpl committed Aug 27, 2023
1 parent 4f923bf commit 52c3558
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 @@ -29,3 +29,4 @@ export type { Crossorigin } from "./jsx/prop-types/shared/crossorigin";
export type { RefererPolicy } from "./jsx/prop-types/shared/referer-policy";
export type { Target } from "./jsx/prop-types/shared/target";
export type { JsxteJson } from "./json-renderer/jsx-elem-to-json";
export type { InputType } from "./jsx/prop-types/input-jsx-props";

0 comments on commit 52c3558

Please sign in to comment.