box-ui-elements-mlh
Version:
17 lines (15 loc) • 501 B
Flow
/**
* Flowtype definitions for ActivityFeedEmptyStateIllustration.tsx
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.10.0
*/
import * as React from "react";
import AccessibleSVG from "../../../../icons/accessible-svg";
declare type Props = {
className?: string,
height?: number,
width?: number,
...
};
declare var ActivityFeedEmptyStateIllustration: any; // /* NO PRINT IMPLEMENTED: ArrowFunction */ any
declare export default typeof ActivityFeedEmptyStateIllustration;