UNPKG

box-ui-elements

Version:
9 lines (8 loc) 270 B
/// <reference types="react" /> type Props = { className?: string; height?: number; width?: number; }; declare const ActivityFeedEmptyStateIllustration: ({ className, width, height }: Props) => JSX.Element; export default ActivityFeedEmptyStateIllustration;