Files
grafana/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/SectionFill.tsx

8 lines
183 B
TypeScript
Raw Normal View History

import React from 'react';
export const SectionFill = () => (
<div className="gf-form gf-form--grow">
<label className="gf-form-label gf-form-label--grow"></label>
</div>
);