Sha256: 6c83ba6ffe9dd52a8748ffea5afab845e3b5a3f33b7fefad98a150b19f09f0d5
Contents?: true
Size: 379 Bytes
Versions: 70
Compression:
Stored size: 379 Bytes
Contents
import React from 'react' import { FixedConfirmationToast } from '../../' const FixedConfirmationToastMultiLine = (props) => { return ( <div> <FixedConfirmationToast status="tip" text={'Scan to Assign Selected Items.\n Click here to generate report'} {...props} /> </div> ) } export default FixedConfirmationToastMultiLine
Version data entries
70 entries across 70 versions & 1 rubygems