UNPKG

@activecollab/components

Version:

ActiveCollab Components

10 lines 349 B
import React, { ReactElement } from "react"; /** * ActiveCollab word-mark, copied verbatim from new-activecollab-front * (src/components/svg). Used in the presentation main-menu header. */ export declare const MainLogo: { (props: React.SVGProps<SVGSVGElement>): ReactElement; displayName: string; }; //# sourceMappingURL=MainLogo.d.ts.map