UNPKG

@0xsequence/connect

Version:
8 lines 306 B
import type { FunctionComponent } from 'react'; import type { LogoProps } from '../../types.js'; interface GetDiscordLogo { isDarkMode: boolean; } export declare const getDiscordLogo: ({ isDarkMode }: GetDiscordLogo) => FunctionComponent<LogoProps>; export {}; //# sourceMappingURL=DiscordLogo.d.ts.map