mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removed unused refClassNameprops from Propper
This commit is contained in:
parent
0b4d212bd2
commit
6e3225c29e
@ -26,7 +26,6 @@ interface Props extends React.DOMAttributes<HTMLDivElement> {
|
|||||||
show: boolean;
|
show: boolean;
|
||||||
placement?: PopperJS.Placement;
|
placement?: PopperJS.Placement;
|
||||||
content: string | ((props: any) => JSX.Element);
|
content: string | ((props: any) => JSX.Element);
|
||||||
refClassName?: string;
|
|
||||||
referenceElement: PopperJS.ReferenceObject;
|
referenceElement: PopperJS.ReferenceObject;
|
||||||
theme?: Themes;
|
theme?: Themes;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user