@transkripid/flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork
22 lines (21 loc) • 675 B
JavaScript
import { jsx as l } from "react/jsx-runtime";
import { c as s } from "react/compiler-runtime";
import { BannerCollapseButton as i } from "./BannerCollapseButton.mjs";
const a = (r) => {
const e = s(6);
let n, t;
e[0] !== r ? ({
children: n,
...t
} = r, e[0] = r, e[1] = n, e[2] = t) : (n = e[1], t = e[2]);
let o;
return e[3] !== n || e[4] !== t ? (o = /* @__PURE__ */ l("div", { "data-testid": "flowbite-banner", role: "banner", tabIndex: -1, ...t, children: n }), e[3] = n, e[4] = t, e[5] = o) : o = e[5], o;
};
a.displayName = "Banner";
const d = Object.assign(a, {
CollapseButton: i
});
export {
d as Banner
};
//# sourceMappingURL=Banner.mjs.map