UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

8 lines (7 loc) 238 B
import { jsx } from "react/jsx-runtime"; import { Container as Container$1 } from "@mantine/core"; const Container = (props) => /* @__PURE__ */ jsx(Container$1, { ...props }); export { Container }; //# sourceMappingURL=Container.js.map