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/ui / dist / components / presets / B2B / Approval / ApprovalStatus / ApprovalStatus.d.ts
Size: Mime:
import React from 'react';
import { NO_OP } from 'exotic';
import { ApprovalStatusProps } from './typings';
import { defaultRenderButton, defaultRenderUserInformation, defaultRenderOrderInformation } from './renderProps';
declare class ApprovalStatus extends React.PureComponent<ApprovalStatusProps> {
    static defaultProps: {
        className: string;
        renderButton: typeof defaultRenderButton;
        renderUserInformation: typeof defaultRenderUserInformation;
        renderOrderInformation: typeof defaultRenderOrderInformation;
        onUserName: typeof NO_OP;
    };
    render(): JSX.Element;
}
export { ApprovalStatus };
export default ApprovalStatus;