@grafana/ui
Version:
Grafana Components Library
13 lines (12 loc) • 314 B
TypeScript
import * as React from 'react';
/**
* Horizontal section for editor components.
*
* @alpha
*/
export declare const SegmentSection: ({ label, htmlFor, children, fill, }: {
label: string;
htmlFor?: string;
children: React.ReactNode;
fill?: boolean;
}) => import("react/jsx-runtime").JSX.Element;