UNPKG

conduction-components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

9 lines (8 loc) 239 B
import * as React from "react"; interface LogoProps { layoutClassName: string; href?: string; } export declare const AuthenticatedLogo: React.FC<LogoProps>; export declare const UnauthenticatedLogo: React.FC<LogoProps>; export {};