wfp / designsystem

World Food Programme User Interface Kit. Developer kit for implementing WFP web style guideline.
http://www.wfp.org/UIGuide
Apache License 2.0
224 stars 103 forks source link

Fix/incorrect listitem props interface #581

Closed norbertsongin closed 1 year ago

norbertsongin commented 1 year ago

Changelog

Changed

Change title prop type from string to ReactNode in ListItemProp interface as it's able to render any element, not just strings.