UNPKG

ruffer-pattern-portfolio

Version:

This is the end result from https://dev.to/swyx/quick-guide-to-setup-your-react--typescript-storybook-design-system-1c51

20 lines (19 loc) 385 B
declare const TeamList: { toggleName: string; body: { className: string; image: { variant: string; src: any; }; header: { title: string; subtitle: string; }; body: { text: string; }; link: string; }; }[]; export default TeamList;