UNPKG

@grafana/ui

Version:
13 lines (12 loc) 314 B
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;