Skip to content

Commit

Permalink
Merge pull request #1972 from gluestack/fix/form-control-astrick
Browse files Browse the repository at this point in the history
fix: form control astrick
  • Loading branch information
Viraj-10 authored Mar 19, 2024
2 parents 4233d55 + 9eddcb3 commit c36085c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/unstyled/form-control/src/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export type IFormControlComponentType<
ErrorIcon,
Label,
LabelText,
LabelAstrick,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
_LabelAstrick,
Helper,
HelperText
> = React.ForwardRefExoticComponent<Root & InterfaceFormControlProps> & {
Expand All @@ -42,7 +43,6 @@ export type IFormControlComponentType<
};
Label: React.ForwardRefExoticComponent<Label> & {
Text: React.ForwardRefExoticComponent<LabelText>;
Astrick: React.ForwardRefExoticComponent<LabelAstrick>;
};
Helper: React.ForwardRefExoticComponent<Helper> & {
Text: React.ForwardRefExoticComponent<HelperText>;
Expand Down

0 comments on commit c36085c

Please sign in to comment.