Skip to content

Commit

Permalink
feat: AnchorGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskang committed Oct 27, 2023
1 parent 2339c8c commit bb78ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Anchor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export interface AnchorGroupProps extends Omit<HTMLAttributes<HTMLDivElement>,'o
selectedKey?: string
onChange?: (key: string) => void
items: {
key: string
title: string
key?: string
children: AnchorItem[]
}[]
}
Expand Down

0 comments on commit bb78ca7

Please sign in to comment.