UNPKG

@theguild/components

Version:
29 lines (25 loc) 1.63 kB
import * as react_jsx_runtime from 'react/jsx-runtime'; import { FC, SVGProps, HTMLAttributes } from 'react'; declare const ReactComponent: FC<SVGProps<SVGElement>>; type LettermarkLogoProps = HTMLAttributes<HTMLElement>; declare const InspectorLettermark: { (props: LettermarkLogoProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const SofaLettermark: { (props: LettermarkLogoProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const GraphQLESlintLettermark: { (props: LettermarkLogoProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const EnvelopLettermark: { (props: LettermarkLogoProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const ScalarsLettermark: { (props: LettermarkLogoProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { ReactComponent as AngularLogo, ReactComponent as CodeGeneratorLogo, ReactComponent as ConductorLogo, ReactComponent as ConfigLogo, EnvelopLettermark, ReactComponent as FetsLogo, GraphQLESlintLettermark, ReactComponent as GraphQLFoundationLogo, ReactComponent as GuildLogo, ReactComponent as HeltinLogo, ReactComponent as HiveCombinationMark, InspectorLettermark, ReactComponent as KitQLLogo, type LettermarkLogoProps, ReactComponent as MeshLogo, ReactComponent as ModulesLogo, ReactComponent as NextraLogo, ReactComponent as SSELogo, ScalarsLettermark, SofaLettermark, ReactComponent as StitchingLogo, ReactComponent as TheGuild, ReactComponent as ToolsLogo, ReactComponent as WSLogo, ReactComponent as WhatsAppLogo, ReactComponent as YogaLogo };