chore: enforce common prop typing style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { cn } from '$shared/lib';
|
||||
|
||||
type Props = {
|
||||
export interface Props {
|
||||
/**
|
||||
* Project year
|
||||
*/
|
||||
@@ -17,7 +17,7 @@ type Props = {
|
||||
* Additional CSS classes
|
||||
*/
|
||||
className?: string;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Sidebar metadata display for a project: year, role, and stack.
|
||||
|
||||
Reference in New Issue
Block a user