Skip to content

Commit

Permalink
Mark internal
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Oct 20, 2024
1 parent 261f40b commit a316697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/data/translations/api-docs/select-option/select-option.json

This file was deleted.

3 changes: 3 additions & 0 deletions packages/mui-base/src/Select/Option/SelectOption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import { commonStyleHooks } from '../utils/commonStyleHooks';
import { useEnhancedEffect } from '../../utils/useEnhancedEffect';
import { useCompositeListItem } from '../../Composite/List/useCompositeListItem';

/**
* @ignore - internal component.
*/
const InnerSelectOption = React.memo(
React.forwardRef(function InnerSelectOption(
props: InnerSelectOptionProps,
Expand Down

0 comments on commit a316697

Please sign in to comment.