42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`renders ./antdv-demo/docs/message/demo/duration.md correctly 1`] = `
 | |
| <button class="ant-btn" type="button">
 | |
|   <!----><span>Customized display duration</span>
 | |
| </button>
 | |
| `;
 | |
| 
 | |
| exports[`renders ./antdv-demo/docs/message/demo/info.md correctly 1`] = `
 | |
| <button class="ant-btn ant-btn-primary" type="button">
 | |
|   <!----><span>Display normal message</span>
 | |
| </button>
 | |
| `;
 | |
| 
 | |
| exports[`renders ./antdv-demo/docs/message/demo/loading.md correctly 1`] = `
 | |
| <button class="ant-btn" type="button">
 | |
|   <!----><span>Display a loading indicator</span>
 | |
| </button>
 | |
| `;
 | |
| 
 | |
| exports[`renders ./antdv-demo/docs/message/demo/other.md correctly 1`] = `
 | |
| <div><button class="ant-btn" type="button">
 | |
|     <!----><span>Success</span>
 | |
|   </button><button class="ant-btn" type="button">
 | |
|     <!----><span>Error</span>
 | |
|   </button><button class="ant-btn" type="button">
 | |
|     <!----><span>Warning</span>
 | |
|   </button></div>
 | |
| `;
 | |
| 
 | |
| exports[`renders ./antdv-demo/docs/message/demo/thenable.md correctly 1`] = `
 | |
| <button class="ant-btn" type="button">
 | |
|   <!----><span>Display a sequence of message</span>
 | |
| </button>
 | |
| `;
 | |
| 
 | |
| exports[`renders ./antdv-demo/docs/message/demo/update.md correctly 1`] = `
 | |
| <button class="ant-btn ant-btn-primary" type="button">
 | |
|   <!----><span>Open the message box</span>
 | |
| </button>
 | |
| `;
 |