feature: wrap all elements in a cell

This commit is contained in:
Sammy Teillet
2023-04-19 15:13:26 +02:00
parent a843d7d76e
commit 0844490c13
2 changed files with 32 additions and 27 deletions

View File

@ -1,7 +1,7 @@
import styled from '@emotion/styled';
type OwnProps = {
children: JSX.Element[];
children: JSX.Element[] | JSX.Element;
};
const StyledContainer = styled.div`