Skip to content

Commit c173eda

Browse files
committed
support className instead of style for ItemInput
1 parent bdaf93c commit c173eda

File tree

1 file changed

+2
-2
lines changed
  • packages/react/src/FilteredActionList

1 file changed

+2
-2
lines changed

packages/react/src/FilteredActionList/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ export interface FilteredActionListItemProps {
102102
*/
103103
item?: ItemInput
104104
/**
105-
* inline styles to apply to the list item
105+
* className to apply to the list item
106106
*/
107-
style?: React.CSSProperties
107+
className?: string
108108
}
109109

110110
/**

0 commit comments

Comments
 (0)