Repository URL to install this package:
|
Version:
2.0.17 ▾
|
/// <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;
declare function defaultRenderBox(props: UserStatusProps): JSX.Element;
declare function defaultRenderWrapper(props: UserStatusProps): JSX.Element;
export { defaultRenderTitle, defaultRenderSearch, defaultRenderBox, defaultRenderWrapper, defaultRenderStatusCard, };