// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiDescriptionList is rendered 1`] = `
Content
`; exports[`OuiDescriptionList props align center is rendered 1`] = `
`; exports[`OuiDescriptionList props align left is rendered 1`] = `
`; exports[`OuiDescriptionList props compressed is rendered 1`] = `
`; exports[`OuiDescriptionList props listItems is rendered as strings and elements 1`] = `
Title 1
Description 1
Title 2
Description 2
Title 3
Description 3
`; exports[`OuiDescriptionList props type column is rendered 1`] = `
`; exports[`OuiDescriptionList props type inline is rendered 1`] = `
`; exports[`OuiDescriptionList props type responsiveColumn is rendered 1`] = `
`; exports[`OuiDescriptionList props type row is rendered 1`] = `
`;