// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`should render extra key correctly when using extra-key prop 1`] = `
foo
`; exports[`should render extra-key slot correctly 1`] = `
Custom Extra Key
`; exports[`should render title and close button correctly 1`] = `

Title

`; exports[`should render title-left slot correctly 1`] = `
Custom Title Left
`;