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