mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 16:05:33 -04:00
export prop types from component files
This commit is contained in:
@@ -6,7 +6,7 @@ import { menuLinks } from "../../lib/config/menu";
|
||||
|
||||
import styles from "./Menu.module.css";
|
||||
|
||||
type MenuProps = {
|
||||
export type MenuProps = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user