Repository URL to install this package:
|
Version:
3.2.1 ▾
|
/**
* @todo missing story for this
*/
declare function isValidSelect(args: {
value: any;
label: string;
}): boolean;
export { isValidSelect };