fix lint yet again
parent
ef09ff6615
commit
99fb62cc68
|
@ -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 New Issue