Fix Dialog/Modal types defn

This commit is contained in:
Michael Telatynski 2021-06-07 11:06:30 +01:00
parent 2525db6fb1
commit ae04b2ce4a

View file

@ -15,5 +15,5 @@ limitations under the License.
*/
export interface IDialogProps {
onFinished: (bool) => void;
onFinished(...args: any): void;
}