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) 232 B
import { jsx } from "react/jsx-runtime"; import { Skeleton as Skeleton$1 } from "@mantine/core"; const Skeleton = (props) => /* @__PURE__ */ jsx(Skeleton$1, { ...props }); export { Skeleton }; //# sourceMappingURL=Skeleton.js.map