mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -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;
|
||||
placement?: PopperJS.Placement;
|
||||
content: string | ((props: any) => JSX.Element);
|
||||
refClassName?: string;
|
||||
referenceElement: PopperJS.ReferenceObject;
|
||||
theme?: Themes;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user