gather-content-ui
Version:
GatherContent UI Library
14 lines • 336 B
TypeScript
/**
* @usage
*
* <Logo url="http://example.com/myimage.png" alt="Alt Tag" />
*/
export declare function LogoGC(props: any): import("react/jsx-runtime").JSX.Element;
export declare namespace LogoGC {
var defaultProps: {
url: string;
alt: string;
};
}
export default LogoGC;
//# sourceMappingURL=index.d.ts.map