UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

7 lines (6 loc) 198 B
import { jsx as _jsx } from "react/jsx-runtime"; import { SkeletonWrapper } from "./styles"; function Skeleton({ ...props }) { return _jsx(SkeletonWrapper, { ...props }); } export { Skeleton };