UNPKG

@grafana/ui

Version:
4 lines (3 loc) 170 B
/// <reference types="react" /> export declare type Renderable = React.ComponentType | JSX.Element; export declare type RenderFunction = () => Renderable | Renderable[];