Skip to content

Commit

Permalink
Update packages/react/src/UnorderedList/UnorderedList.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Smedinga <[email protected]>
  • Loading branch information
dlnr and VincentSmedinga authored Feb 13, 2024
1 parent f4d158e commit f7d5e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/UnorderedList/UnorderedList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import type { ForwardedRef, ForwardRefExoticComponent, HTMLAttributes, PropsWith
import { UnorderedListItem } from './UnorderedListItem'

export type UnorderedListProps = {
markers?: boolean
inverseColor?: boolean
markers?: boolean
} & PropsWithChildren<HTMLAttributes<HTMLUListElement>>

type UnorderedListComponent = {
Expand Down

0 comments on commit f7d5e56

Please sign in to comment.