UNPKG

@apptane/react-ui-charts

Version:
6 lines (5 loc) 351 B
import { ChartEmptyBlockProps } from "./ChartEmptyBlock.types.js"; /** * `EmptyBlock` component — a placeholder for missing data. */ export declare function ChartEmptyBlock({ theme, colorMode, background, children, width, height, position, top, left, }: ChartEmptyBlockProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;