mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
🚀 release v3.0.0
This commit is contained in:
7
client/types/app.d.ts
vendored
Normal file
7
client/types/app.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
export type SidebarSection = {
|
||||
id: string;
|
||||
icon: React.ReactElement;
|
||||
component: React.ReactElement;
|
||||
};
|
||||
Reference in New Issue
Block a user