Fix Dialog/Modal types defn
This commit is contained in:
parent
2525db6fb1
commit
ae04b2ce4a
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export interface IDialogProps {
|
export interface IDialogProps {
|
||||||
onFinished: (bool) => void;
|
onFinished(...args: any): void;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue