Type Alias: ShowFn()
ShowFn = <
TProps
,TResult
,TError
>(comp
,props?
) =>Promise
<TResult
>
Defined in: types.ts:19
Type Parameters
TProps
TProps
TResult
TResult
TError
TError
Parameters
comp
DialogComponent
<TProps
, TResult
, TError
>
props?
Omit
<TProps
, keyof DialogBase
<TResult
, TError
>>
Returns
Promise
<TResult
>