Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Liu committed Dec 19, 2024
1 parent 0797a19 commit 794a467
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions easy-ui-react/src/DatePicker/DatePickerBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ type OverlayProps = {
};

export type DatePickerProps = {
/**
* Accessibility label for input field.
*/
"aria-label"?: string;
/**
* The content to display as the label.
*/
label?: string;
triggerProps: TriggerProps;
overlayProps: OverlayProps;
Expand Down

0 comments on commit 794a467

Please sign in to comment.