Petropoulos Evangelos c76099dd3d refactor scss
2025-06-30 19:21:27 +03:00

8 lines
127 B
TypeScript

import { ElementType } from "react";
export interface ISidebarLink {
title: string;
path: string;
icon?: ElementType;
}