UNPKG

@ssa-ui-kit/widgets

Version:
7 lines (6 loc) 241 B
import { ListGoalsProps } from './types'; /** * * UI Component that uses CardList to render a list of goals */ export declare const ListGoals: ({ goals, avatarBorder }: ListGoalsProps) => import("@emotion/react/jsx-runtime").JSX.Element;