Skip to content

Commit

Permalink
Revise props table
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaAbdellateef committed Oct 9, 2024
1 parent bb25a0b commit 6c711b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/DateField/DateField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export interface DateFieldProps
Pick<FieldBaseProps<'label'>, 'label' | 'description' | 'errorMessage'> {
variant?: string;
size?: string;

/**
* Optional element (e.g., button or icon) rendered inside the DateField.
*/
action?: ReactElement;

/**
Expand Down

0 comments on commit 6c711b5

Please sign in to comment.