@primer/react-brand
Version:
Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.
23 lines (22 loc) • 706 B
JavaScript
import e from "../../node_modules/clsx/dist/clsx.js";
import { ListContext as t } from "../listContext.js";
import { ListItem as n } from "../ListItem/ListItem.js";
import r from "../list-shared.module.js";
import i from "./OrderedList.module.js";
import "react";
import { jsx as a } from "react/jsx-runtime";
//#region src/list/OrderedList/OrderedList.tsx
function o({ children: n, ...o }) {
return /* @__PURE__ */ a("ol", {
className: e(r.List, i.OrderedList, o.className),
...o,
children: /* @__PURE__ */ a(t.Provider, {
value: { variant: "" },
children: n
})
});
}
var s = Object.assign(o, { Item: n });
//#endregion
export { s as OrderedList };
//# sourceMappingURL=OrderedList.js.map