UNPKG

symfony-style-console

Version:

Use the style and utilities of the Symfony Console in Node.js

7 lines (6 loc) 154 B
import TableCell from './TableCell'; /** * Marks a [[TableCell]] as being a row separator. */ export default class TableSeparator extends TableCell { }