mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 18:08:01 +08:00
revent optional event arg change (#23622)
This commit is contained in:
@ -12,7 +12,7 @@ export interface Props {
|
|||||||
tooltip?: string;
|
tooltip?: string;
|
||||||
tooltipPlacement?: PopperJS.Placement;
|
tooltipPlacement?: PopperJS.Placement;
|
||||||
transparent?: boolean;
|
transparent?: boolean;
|
||||||
onChange: (event?: React.SyntheticEvent<HTMLInputElement>) => void;
|
onChange: (event: React.SyntheticEvent<HTMLInputElement>) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface State {
|
export interface State {
|
||||||
|
Reference in New Issue
Block a user