UNPKG

@vaadin/vaadin-board

Version:

Polymer element to create flexible responsive layouts and build nice looking dashboard.

24 lines (20 loc) 567 B
/** * @license * Copyright (c) 2000 - 2024 Vaadin Ltd. * * This program is available under Vaadin Commercial License and Service Terms. * * * See https://vaadin.com/commercial-license-and-service-terms for the full * license. */ import type { Board } from '@vaadin/board/src/vaadin-board.js'; /** * @deprecated Import `Board` from `@vaadin/board` instead. */ export type BoardElement = Board; /** * @deprecated Import `Board` from `@vaadin/board` instead. */ export const BoardElement: typeof Board; export * from '@vaadin/board/src/vaadin-board.js';