Navigation Menu

Skip to content

Commit

Permalink
fix(input-helper): resolving typo in TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillar-nanthealth committed Mar 21, 2022
1 parent 6f4a671 commit 616a840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@featherds/input-helper/src/index.d.ts
Expand Up @@ -24,7 +24,7 @@ declare module "@featherds/input-helper" {
const InputWrapperProps: InputWrapperProps;

const useForm: () => {
validation: () => {
validate: () => {
success: boolean;
message: string;
inputId: string;
Expand Down

0 comments on commit 616a840

Please sign in to comment.