const count = () => { /* Because Count is wrapped in Localize we have to store the example in a string */ }; count.defaultProps = { exampleCode: '
' + '\n\t' + '\n\t' + '\n
', }; count.displayName = 'Count'; export default count;