@finbertmds/logo
Version:
Rocket.Chat logo package
9 lines • 405 B
TypeScript
import type { ReactElement } from 'react';
type TaggedRocketChatLogoProps = {
tagTitle?: string;
tagBackground?: string;
color?: string;
} & React.HTMLAttributes<HTMLDivElement>;
declare const TaggedRocketChatLogo: ({ tagTitle, tagBackground, color, ...props }: TaggedRocketChatLogoProps) => ReactElement;
export default TaggedRocketChatLogo;
//# sourceMappingURL=TaggedRocketChatLogo.d.ts.map