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 / views / CommentBox / Form / fixture.d.ts
Size: Mime:
declare const wording: {
    submitLabel: string;
    cancelLabel: string;
    placeholderText: string;
};
declare const inputList: {
    identity: string;
    type: string;
    name: string;
    value: string;
    className: string;
    wrapperClassName: string;
    validationType: string;
    maxLength: number;
}[];
export { inputList, wording };
export default inputList;