UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

5 lines (4 loc) 147 B
export declare function useRequiredValidationRule(label?: string, isRequired?: boolean): { value: boolean; message: string; } | undefined;