mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -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;
|