UNPKG

vue-board-component

Version:

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

12 lines (11 loc) 286 B
import type { App } from 'vue'; import { Board } from './components'; interface ObjectWidthName { boardName: string; cardListBoardName: string; } declare const _default: { install: (app: App, options?: ObjectWidthName) => void; }; export default _default; export { Board };