Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/packages / features / Empty / renderProps.d.ts
Size: Mime:
/// <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;