LoadingPlaceholderProps interface

Signature

  1. export interface LoadingPlaceholderProps extends HTMLAttributes<HTMLDivElement>

Import

  1. import { LoadingPlaceholderProps } from '@grafana/ui';

Properties

PropertyTypeDescription
textReact.ReactNode

text property

Signature

  1. text: React.ReactNode;