Repository URL to install this package:
|
Version:
0.0.15 ▾
|
/// <reference types="react" />
import { EmptyProps } from './typings';
export declare function renderContent(props: EmptyProps): JSX.Element;
export declare function renderSuggestionContent(props: EmptyProps): JSX.Element;
export declare function renderActionContent(props: EmptyProps): JSX.Element;
export declare function renderImageContent(props: EmptyProps): JSX.Element;