UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

11 lines (10 loc) 377 B
import React from 'react'; import { BoxProps } from '../Box/Box'; interface SkeletonProps { width?: BoxProps['width']; height?: BoxProps['height']; borderRadius?: BoxProps['borderRadius']; style?: React.CSSProperties; } export declare function Skeleton({ width, height, borderRadius, style }: SkeletonProps): import("react/jsx-runtime").JSX.Element; export {};