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

11 lines (10 loc) 220 B
export interface RecentDocumentProps { loading?: boolean; key: string; link: string; title: string; tags?: string[]; isNew?: boolean; lastUpdate?: string; classNames?: string; }