UNPKG

@vaadin/vaadin-board

Version:

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

19 lines (16 loc) 490 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 { BoardRow } from '@vaadin/board/src/vaadin-board-row.js'; /** * @deprecated Import `BoardRow` from `@vaadin/board/vaadin-board-row` instead. */ export const BoardRowElement = BoardRow; export * from '@vaadin/board/src/vaadin-board-row.js';