import * as React from 'react'; import classNames from 'classnames'; import { TableSection } from '../../typings/story-section'; import Markdown from '../../Markdown'; import styles from './styles.scss'; export const table: (a: TableSection) => React.ReactNode = ({ rows, headerTitles, transparentHeader, }) => (
| {title} | ))}
|---|
|
{typeof cell === 'string' ? (
|
))}