mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 06:41:17 -04:00
export prop types from component files
This commit is contained in:
@@ -2,7 +2,7 @@ import useSWR from "swr";
|
||||
import Loading from "../Loading/Loading";
|
||||
import { fetcher } from "../../lib/fetcher";
|
||||
|
||||
type HitCounterProps = {
|
||||
export type HitCounterProps = {
|
||||
slug: string;
|
||||
className?: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user