Type alias ResultDescriptionILSProps
ResultDescriptionILSProps: { ILSdim?: ((n,
s,
b?) => string); data: ILS; }
Type declaration
-
Optional
ILSdim?: ((n, s, b?) => string)
-
- (n, s, b?): string
-
Parameters
-
n: number
-
s: number
-
Optional
b: boolean
Returns string
-
function can be replaced for test-purposes