UNPKG

@grafana/ui

Version:
14 lines (13 loc) 407 B
import { ThemeSpacingTokens } from '@grafana/data'; interface DividerProps { direction?: 'vertical' | 'horizontal'; spacing?: ThemeSpacingTokens; } /** * https://developers.grafana.com/ui/latest/index.html?path=/docs/layout-divider--docs */ export declare const Divider: { ({ direction, spacing }: DividerProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export {};