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