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 / deps / isValidSelect.d.ts
Size: Mime:
/**
 * @todo missing story for this
 */
declare function isValidSelect(args: {
    value: any;
    label: string;
}): boolean;
export { isValidSelect };