slide type added

This commit is contained in:
VividTruthKeeper 2022-06-23 13:44:32 +05:00
parent f566c8f3cc
commit 69e914b333
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
export interface SlideProps {
slideImg: string;
slideTitle: string;
slideText: string;
slideLink: string;
}
// Used in MainSlide.tsx and its' child component MainSliderSlide.tsx