UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

14 lines (13 loc) 570 B
import { jsx as _jsx } from "react/jsx-runtime"; import { PillContainer as Container } from "./container.js"; import { PillRowExpander as Expander } from "./expander.js"; import { PillItem as Pill } from "./item.js"; import { PillLabel as Label } from "./label.js"; import { PillRow as Row } from "./pill-row.js"; import { PillManager as Root } from "./root.js"; export const PillManager = (props) => _jsx(Root, { ...props }); PillManager.Container = Container; PillManager.Expander = Expander; PillManager.Pill = Pill; PillManager.Label = Label; PillManager.Row = Row;