Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Update types definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieujabbour committed Aug 3, 2022
1 parent 92ac885 commit 5fb7897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/src/scripts/core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ declare module 'gincko' {
/** Whether to submit current step when performing a user action on this field. */
submit?: boolean;

/** UI component to use for rendering field. */
/** Name of the UI component to use for rendering field. */
component: string;

/** Additional props that will be passed to the field's component. */
Expand Down
2 changes: 1 addition & 1 deletion library/src/scripts/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ declare global {
/** Whether to submit current step when performing a user action on this field. */
submit?: boolean;

/** UI component to use for rendering field. */
/** Name of the UI component to use for rendering field. */
component: string;

/** Additional props that will be passed to the field's component. */
Expand Down

0 comments on commit 5fb7897

Please sign in to comment.