@finbertmds/logo
Version:
Rocket.Chat logo package
8 lines • 607 B
TypeScript
export declare const LogoContainer: import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
width?: string;
}, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
export declare const LogoTag: import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
color: string;
backgroundColor: string;
}, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=TaggedRocketChatLogo.styles.d.ts.map