Update src/components/views/elements/Validation.tsx
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
99fb62cc68
commit
36aa80fb64
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ interface IRule<T, D = void> {
|
||||||
interface IArgs<T, D = void> {
|
interface IArgs<T, D = void> {
|
||||||
rules: IRule<T, D>[];
|
rules: IRule<T, D>[];
|
||||||
description(this: T, derivedData: D): React.ReactChild;
|
description(this: T, derivedData: D): React.ReactChild;
|
||||||
hideDescriptionIfValid?: Boolean;
|
hideDescriptionIfValid?: boolean;
|
||||||
deriveData?(data: Data): Promise<D>;
|
deriveData?(data: Data): Promise<D>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue