Skip to content

Commit 4d0c427

Browse files
Update packages/@react-spectrum/s2/src/Menu.tsx
Co-authored-by: Yihui Liao <[email protected]>
1 parent 2c26de8 commit 4d0c427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/src/Menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export function Divider(props: SeparatorProps): ReactNode {
409409
);
410410
}
411411

412-
export interface MenuSectionProps<T extends object> extends Omit<AriaMenuSectionProps<T>, 'className' | keyof GlobalDOMAttributes> {
412+
export interface MenuSectionProps<T extends object> extends Omit<AriaMenuSectionProps<T>, 'style' | 'className' | keyof GlobalDOMAttributes> {
413413
/**
414414
* The children of the menu section.
415415
*/

0 commit comments

Comments
 (0)