Skip to content

Commit

Permalink
ECHOES-493 Export interface needed for .d.ts generation
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cho-lerat-sonarsource committed Dec 16, 2024
1 parent e3c567b commit 8c8fb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown-menu/DropdownMenuSubMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { IconChevronRight } from '../icons';
import { styleDropdownMenuOverlay } from './DropdownMenuCommons';
import { DropdownMenuItemBase } from './DropdownMenuItemBase';

interface DropdownMenuSubProps extends radixDropdownMenu.DropdownMenuSubProps {
export interface DropdownMenuSubProps extends radixDropdownMenu.DropdownMenuSubProps {
className?: string;
id?: string;
isOpen?: boolean;
Expand Down

0 comments on commit 8c8fb24

Please sign in to comment.