mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
9 lines
175 B
TypeScript
9 lines
175 B
TypeScript
export interface GrafanaVariables {
|
|
panelhorizontalpadding: number;
|
|
panelverticalpadding: number;
|
|
}
|
|
|
|
declare const variables: GrafanaVariables;
|
|
|
|
export default variables;
|