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 / forms / form / fixture.d.ts
Size: Mime:
/**
 * @todo @deprecated
 */
export declare const classes: {
    form: string;
    submitButton: string;
    cancelButton: string;
    buttonGroup: string;
};
export declare const wording: {
    submit: string;
    cancel: string;
};