Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
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, };