UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

9 lines 192 B
interface Props { src: string; title?: string; height?: number; showTitle?: boolean; } export declare const Logo: React.FC<Props>; export {}; //# sourceMappingURL=Logo.d.ts.map