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