UNPKG

@conduction/components

Version:

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

9 lines (8 loc) 216 B
import * as React from "react"; interface LogoProps { variant?: "header" | "footer" | "navbar"; onClick?: () => any; layoutClassName?: string; } export declare const Logo: React.FC<LogoProps>; export {};