// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./antdv-demo/docs/alert/demo/banner.md correctly 1`] = `
Warning text

Very long warning text warning text text text text text text text

Warning text without icon

Error text
`; exports[`renders ./antdv-demo/docs/alert/demo/basic.md correctly 1`] = `
Success Text
`; exports[`renders ./antdv-demo/docs/alert/demo/closable.md correctly 1`] = `
Warning Text Warning Text Warning TextW arning Text Warning Text Warning TextWarning Text
Error TextError Description Error Description Error Description Error Description Error Description Error Description
`; exports[`renders ./antdv-demo/docs/alert/demo/close-text.md correctly 1`] = `
Info Text
`; exports[`renders ./antdv-demo/docs/alert/demo/custom-icon.md correctly 1`] = `
showIcon = false
Success Tips
Informational Notes
Warning
Error
Success TipsDetailed description and advices about successful copywriting.
Informational NotesAdditional description and informations about copywriting.
WarningThis is a warning notice about copywriting.
ErrorThis is an error message about copywriting.
`; exports[`renders ./antdv-demo/docs/alert/demo/description.md correctly 1`] = `
Success Text

Success Description Success Description Success Description

Info TextInfo Description Info Description Info Description Info Description
Warning TextWarning Description Warning Description Warning Description Warning Description
Error TextError Description Error Description Error Description Error Description
`; exports[`renders ./antdv-demo/docs/alert/demo/icon.md correctly 1`] = `
Success Tips
Informational Notes
Warning
Error
Success TipsDetailed description and advices about successful copywriting.
Informational NotesAdditional description and informations about copywriting.
WarningThis is a warning notice about copywriting.
ErrorThis is an error message about copywriting.
`; exports[`renders ./antdv-demo/docs/alert/demo/smooth-closed.md correctly 1`] = `
Alert Message Text
`; exports[`renders ./antdv-demo/docs/alert/demo/style.md correctly 1`] = `
Success Text
Info Text
Warning Text
Error Text
`;