UNPKG

alinea

Version:
23 lines (21 loc) 687 B
import { Lift_module_default } from "../chunks/chunk-CKT37OYJ.js"; import { dist_default } from "../chunks/chunk-A5O3N2GS.js"; import "../chunks/chunk-NZLE2WMY.js"; // src/ui/Lift.tsx import { ElevationProvider } from "./util/Elevation.js"; import { jsx } from "react/jsx-runtime"; var styles = dist_default(Lift_module_default); function Lift(props) { return /* @__PURE__ */ jsx(ElevationProvider, { type: "lift", children: /* @__PURE__ */ jsx("div", { ...props, className: styles.root.mergeProps(props)() }) }); } function LiftHeader(props) { return /* @__PURE__ */ jsx("header", { ...props, className: styles.header.mergeProps(props)() }); } export { Lift, LiftHeader };