import React from 'react'; import styled from '@emotion/styled'; import {KeyValueTable, KeyValueTableRow} from 'app/components/keyValueTable'; const Wrapper = styled('div')` width: 250px; `; export default { title: 'Core/Tables/KeyValueTable', component: KeyValueTable, }; export const Default = () => ( White cold drink} /> ); Default.storyName = 'default';