export const playground = `
<ThemeProvider theme={theme()}>
<TableListItem
verticalPadding="small"
options={[
{ value: 'First and onClick' },
{ value: '7 posts' },
{ value: 'Last update on 27 April 2020' },
]}
onClick={() => { }}
/>
</ThemeProvider>
`;