UNPKG

@cross-nft-marketplace/auction-house-nft-components

Version:
7 lines (6 loc) 170 B
/// <reference types="react" /> declare type OrbProps = { size?: number | string; }; export declare const Orb: ({ size, }: OrbProps) => JSX.Element; export {};