mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-12-05 14:18:58 -05:00
export prop types from component files
This commit is contained in:
@@ -3,7 +3,7 @@ import { OctocatOcticon } from "../Icons";
|
||||
|
||||
import styles from "./OctocatLink.module.css";
|
||||
|
||||
type OctocatLinkProps = JSX.IntrinsicElements["a"] & {
|
||||
export type OctocatLinkProps = JSX.IntrinsicElements["a"] & {
|
||||
repo: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user