UNPKG

@dotconnor/grommet

Version:

focus on the essential experience

5 lines 286 B
import { describe } from 'react-desc'; export var doc = function doc(TableBody) { var DocumentedTableBody = describe(TableBody).description('The body of a table.').usage("import { TableBody } from 'grommet';\n<TableBody />").intrinsicElement('tbody'); return DocumentedTableBody; };