mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
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:
@@ -34,6 +34,7 @@ export interface DropdownItemProps {
|
||||
}
|
||||
|
||||
export interface ButtonProps {
|
||||
id?: string;
|
||||
className?: string;
|
||||
tooltip?: string;
|
||||
placement?:
|
||||
|
||||
Reference in New Issue
Block a user