// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Drawer className is test_drawer 1`] = `
Here is content of Drawer
`; exports[`Drawer closable is false 1`] = `
Here is content of Drawer
`; exports[`Drawer destroyOnClose is true 1`] = `
Here is content of Drawer
`; exports[`Drawer have a footer 1`] = `
Here is content of Drawer
`; exports[`Drawer have a title 1`] = `
Test Title
Here is content of Drawer
`; exports[`Drawer render correctly 1`] = `
Here is content of Drawer
`; exports[`Drawer render top drawer 1`] = `
Here is content of Drawer
`; exports[`Drawer rtl render component should be rendered correctly in RTL direction 1`] = `null`; exports[`Drawer style/drawerStyle/headerStyle/bodyStyle should work 1`] = `
Here is content of Drawer
`;