UNPKG

gwitter

Version:

Turn GitHub Issues into your personal microblog platform

9 lines (8 loc) 299 B
import 'github-markdown-css/github-markdown-light.css'; import { ProcessedIssue } from '../utils'; declare const Issue: ({ issue, repoOwner, repoName, }: { issue: ProcessedIssue; repoOwner?: string; repoName?: string; }) => import("react/jsx-runtime").JSX.Element; export default Issue;