Skip to content

Commit

Permalink
CDC #302 - Adding "as" and "asProps" props to Action type in List com…
Browse files Browse the repository at this point in the history
…ponent
  • Loading branch information
dleadbetter committed Sep 25, 2024
1 parent 3bb47db commit 11a1d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/semantic-ui/src/components/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import './List.css';

type Action = {
accept: (item: any) => boolean,
as: ComponentType,
asProps: () => any,
color?: string,
icon?: string,
name: string,
Expand Down

0 comments on commit 11a1d6f

Please sign in to comment.