// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should render content slot correctly 1`] = `
Custom Content
`;
exports[`should render nothing when content is empty string 1`] = ``;
exports[`should render nothing when content is undefined 1`] = ``;
exports[`should render nothing when content is zero 1`] = `
0
`;