UNPKG

@pulumiverse/grafana

Version:

A Pulumi package for creating and managing grafana.

7 lines (6 loc) 345 B
export { AppArgs, AppState } from "./app"; export type App = import("./app").App; export declare const App: typeof import("./app").App; export { GetAppArgs, GetAppResult, GetAppOutputArgs } from "./getApp"; export declare const getApp: typeof import("./getApp").getApp; export declare const getAppOutput: typeof import("./getApp").getAppOutput;