UNPKG

@mayank1513/fork-me

Version:

An intuitive React.js fork me ribbon component for promoting open source project forks.

7 lines 330 B
/** * need to export server components and client components from separate files as * directive on top of the file from which component is imported takes effect. * i.e., server component re-exported from file with "use client" will behave as client component * */ export * from "./star-me"; //# sourceMappingURL=index.d.ts.map