refactor: Explore SaveModal to typescript (#11997)

* Explore SaveModal to typescript

* Fix test

* Fix

* Fix lint

* update SaveModal without any type

* Update

* Fix lint

* Fix lint

* Fix test

* Fix

* Fix

* Fix lint

* Refactor

* Fix
This commit is contained in:
Victor Malai
2020-12-21 18:56:36 +02:00
committed by GitHub
parent 0d9c863b6e
commit eecdd20301
3 changed files with 57 additions and 37 deletions

View File

@@ -34,6 +34,7 @@ export interface DropdownItemProps {
}
export interface ButtonProps {
id?: string;
className?: string;
tooltip?: string;
placement?: