UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

8 lines (7 loc) 203 B
import React from 'react'; type Props = { className?: string; inverse?: boolean; }; declare const LogoWithText: ({ className, inverse }: Props) => React.JSX.Element; export default LogoWithText;