react-typescript-chess-fede.../src/types/mainSliderSlide.ts

9 lines
165 B
TypeScript
Raw Normal View History

2022-06-23 08:44:32 +00:00
export interface SlideProps {
2022-07-15 10:59:48 +00:00
id: number;
header: string;
txt: string;
img: string;
2022-06-23 08:44:32 +00:00
}
// Used in MainSlide.tsx and its' child component MainSliderSlide.tsx