UNPKG

phx-react

Version:

PHX REACT

9 lines (8 loc) 287 B
import { ITargetSelectedData } from '../type/target'; export interface ValidateTargetGroupOptions { required?: boolean; } export declare function validateTargetGroup({ options, targets, }: { targets: Array<ITargetSelectedData>; options?: ValidateTargetGroupOptions; }): any;