mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
8 lines
183 B
TypeScript
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>
|
|
);
|