|
@@ -16,7 +16,7 @@ import {
|
|
|
interface Props {
|
|
interface Props {
|
|
|
timezoneOptions: string[];
|
|
timezoneOptions: string[];
|
|
|
okHandler?: (
|
|
okHandler?: (
|
|
|
- modalApi?: ExtendedModalApi,
|
|
|
|
|
|
|
+ modalApi: ExtendedModalApi,
|
|
|
timezone?: string,
|
|
timezone?: string,
|
|
|
) => Promise<void> | void;
|
|
) => Promise<void> | void;
|
|
|
timezone?: string;
|
|
timezone?: string;
|