Skip to content

Commit

Permalink
Add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
henck committed Jan 10, 2024
1 parent 221db39 commit 3c37a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/Form/Uncontrolled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ const Uncontrolled = (props: IProps) => {
);
}

export { Uncontrolled }
export { Uncontrolled, IProps }

0 comments on commit 3c37a88

Please sign in to comment.