// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Space rtl render component should be rendered correctly in RTL direction 1`] = `null`; exports[`Space should render correct with children 1`] = `
text1
text1
text3
`; exports[`Space should render width ConfigProvider 1`] = ` Array [
1
2
,
1
2
,
1
2
, ] `; exports[`Space should render width rtl 1`] = ` Array [
1
2
,
1
2
,
1
2
, ] `; exports[`Space split 1`] = `
text1
-
text1
-
text3
`;