mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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>
|
||
|
|
);
|