UNPKG

@innovaccer/design-system

Version:

React components library project for Innovaccer Design System

9 lines (8 loc) 295 B
import * as React from 'react'; export interface AvatarEmptyStateProps { height?: string | number; title?: React.ReactText; description?: string; } export declare const AvatarGroupEmptyState: (props: AvatarEmptyStateProps) => React.JSX.Element; export default AvatarGroupEmptyState;