mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 11:44:22 +08: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>
|
|
);
|