// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./components/collapse/demo/accordion.md correctly 1`] = `
`; exports[`renders ./components/collapse/demo/basic.md correctly 1`] = `
This is panel header 1

A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.

This is panel header 2
This is panel header 3
`; exports[`renders ./components/collapse/demo/borderless.md correctly 1`] = `
This is panel header 1

A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.

This is panel header 2
This is panel header 3
`; exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
This is panel header 1

A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.

This is panel header 2
This is panel header 3
`; exports[`renders ./components/collapse/demo/mix.md correctly 1`] = `
This is panel header 1
This is panel header 2
This is panel header 3
`; exports[`renders ./components/collapse/demo/noarrow.md correctly 1`] = `
This is panel header with arrow icon

A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.

This is panel header with no arrow icon
`;