UNPKG

box-ui-elements-mlh

Version:
8 lines (7 loc) 246 B
declare type Props = { className?: string; height?: number; width?: number; }; declare const ActivityFeedEmptyStateIllustration: ({ className, width, height }: Props) => JSX.Element; export default ActivityFeedEmptyStateIllustration;