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

6 lines (5 loc) 398 B
/// <reference types="react" /> import { TeamListCardProps } from './TeamListCardProps'; export declare const TeamListCard: (props: TeamListCardProps) => JSX.Element; declare const _default: import("react-redux").ConnectedComponent<(props: TeamListCardProps) => JSX.Element, Pick<TeamListCardProps, "loading" | "classNames" | "error" | "activeElement" | "elements">>; export default _default;