/** * Takes the deprecated addon-info API, addWithInfo, and * converts to the new withInfo API. * * Example of deprecated addWithInfo API: * * storiesOf('Button') * .addWithInfo( * 'story name', * 'Story description.', * () => ( *