UNPKG

gwitter

Version:

Turn GitHub Issues into your personal microblog platform

8 lines (7 loc) 209 B
import '../lib/collapse.js'; type AboutProps = { owner: string; repo: string; }; declare const About: ({ owner, repo }: AboutProps) => import("react/jsx-runtime.js").JSX.Element; export default About;