UNPKG

@nayan-ui/react-native

Version:

React Native Component Library for smooth and faster mobile application development.

15 lines (14 loc) 430 B
"use strict"; import React from 'react'; import { Skeleton } from "./ui/skeleton.js"; import { cn } from "../lib/utils.js"; import { jsx as _jsx } from "react-native-css-interop/jsx-runtime"; export const NSkeleton = /*#__PURE__*/React.memo(({ className }) => { return _jsx(Skeleton, { className: cn('bg-muted dark:bg-muted', className) }); }); NSkeleton.displayName = 'NSkeleton'; //# sourceMappingURL=NSkeleton.js.map