@mayank1513/fork-me
Version:
An intuitive React.js fork me ribbon component for promoting open source project forks.
20 lines • 543 B
TypeScript
interface ForkMeProps {
gitHubUrl: string;
text?: string;
width?: string | number;
height?: string | number;
bgColor?: string;
shadowColor?: string;
textColor?: string;
noAutoFork?: boolean;
}
/**
* # ForkMe
* Fork me ribbon
*
* @param props - ForkMeProps
* @returns React.ReactElement
*/
export declare function ForkMe({ gitHubUrl, text, width, height, bgColor, shadowColor, textColor, noAutoFork, }: ForkMeProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=fork-me.d.ts.map