UNPKG

@rocket.chat/logo

Version:
9 lines 415 B
import type { HTMLAttributes, ReactElement } from 'react'; type TaggedRocketChatLogoProps = { tagTitle?: string; tagBackground?: string; color?: string; } & HTMLAttributes<HTMLDivElement>; declare const TaggedRocketChatLogo: ({ tagTitle, tagBackground, color, ...props }: TaggedRocketChatLogoProps) => ReactElement; export default TaggedRocketChatLogo; //# sourceMappingURL=TaggedRocketChatLogo.d.ts.map