Repository URL to install this package:
|
Version:
2.1.8 ▾
|
/// <reference types="react" />
import { UserStatusProps } from './typings';
declare function defaultRenderSearch(props: UserStatusProps): JSX.Element;
declare function defaultRenderStatusCard(props: UserStatusProps): JSX.Element;
declare function defaultRenderTitle(props: UserStatusProps): JSX.Element;
export { defaultRenderTitle, defaultRenderSearch, defaultRenderStatusCard, };