UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

5 lines 235 B
import React from 'react'; export function Skeleton({ className = '' }) { return (React.createElement("div", { className: `htw-animate-pulse-slow htw-bg-gray-200 htw-rounded ${className}` })); } //# sourceMappingURL=Skeleton.js.map