/** * Copyright (c) 2017 ~ present NAVER Corp. * billboard.js project is licensed under the MIT license */ import {Plugin} from "../plugin.js"; import {TableViewOptions} from "./options.js"; export default class TableView extends Plugin { /** * Generate stanford diagram */ constructor(options?: TableViewOptions); }