UNPKG

@innovaccer/design-system

Version:

React components library project for Innovaccer Design System

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