Skip to content

Commit

Permalink
fix: jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
onehanddev committed Jan 21, 2025
1 parent 0cb08ff commit ed69f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/radio/indicator/RadioIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace RadioIndicator {
export interface Props extends BaseUIComponentProps<'span', State> {
/**
* Whether to keep the HTML element in the DOM when the radio button is inactive.
* @default true
* @default false
*/
keepMounted?: boolean;
}
Expand Down

0 comments on commit ed69f33

Please sign in to comment.