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    
Size: Mime:
/// <reference types="react" />
import { CardState } from '@skava/ui/dist/components/organisms/ExpandableCard';
import { StatusDetailCardProps } from './typings';
declare function defaultRenderButton(props: StatusDetailCardProps, state?: CardState): JSX.Element;
declare function defaultRenderToggleButton(props: StatusDetailCardProps, state?: CardState): JSX.Element;
declare function defaultRenderForm(props: StatusDetailCardProps, state?: CardState): JSX.Element;
declare function defaultRenderDetail(props: StatusDetailCardProps, state?: CardState): JSX.Element;
declare function defaultRenderWrapper(props: StatusDetailCardProps, state?: CardState): JSX.Element;
export { defaultRenderToggleButton, defaultRenderButton, defaultRenderForm, defaultRenderDetail, defaultRenderWrapper, };