UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

7 lines (6 loc) 181 B
import React from 'react'; type Props = { className?: string; }; declare const LogoAsRayWithText: ({ className }: Props) => React.JSX.Element; export default LogoAsRayWithText;