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

7 lines (6 loc) 141 B
export interface MenuProps { loading?: boolean; buttons: any[]; activeIndex: string; onActivateButton?: () => Event; }