Files
grafana/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/SectionFill.tsx
2021-05-11 08:15:44 +02:00

8 lines
183 B
TypeScript

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>
);