Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
email: 'jim@strapi.io',
id: 2,
provider: 'local',
username: 'jimminy',
},
];
function Example() {
return (
);
}
`;
storiesOf('Custom|Table', module)
.addDecorator(withStorySource(source))
.add('Simple', () => );
<table rows="{rows}" headers="{headers}"></table>