UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

23 lines (22 loc) 627 B
import { Root as e } from "./Root.js"; import { Thead as t } from "./Thead.js"; import { Tr as m } from "./Tr.js"; import { Row as d } from "./Row.js"; import { HeaderRow as l } from "./HeaderRow.js"; import { BodyCell as b } from "./BodyCell.js"; import { HeaderCheckbox as y } from "./HeaderCheckbox.js"; import { BodyCheckbox as R } from "./BodyCheckbox.js"; import { Tbody as c } from "./Tbody.js"; import { HeaderCell as w } from "./HeaderCell.js"; export { b as BodyCell, R as BodyCheckbox, w as HeaderCell, y as HeaderCheckbox, l as HeaderRow, e as Root, d as Row, c as Tbody, t as Thead, m as Tr };