UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

15 lines (14 loc) 332 B
import { jsx as r } from "react/jsx-runtime"; import { Stack as o } from "@mui/material"; const e = () => /* @__PURE__ */ r(o, { height: "100%", children: /* @__PURE__ */ r( o, { height: "4px", width: "4px", borderRadius: "50%", sx: { backgroundColor: "divider" } } ) }); export { e as FileInfosSeparator };