UNPKG

vue-board-component

Version:

## This reusable component is bulletin board ('table' based on 'div( display: table )')

7 lines (6 loc) 98 B
interface Col { param: String; name: String; maxWidth: String; } export type { Col };