UNPKG

@pulumi/signalfx

Version:

A Pulumi package for creating and managing SignalFx resources.

7 lines (6 loc) 326 B
export { TimelineArgs, TimelineState } from "./timeline"; export type Timeline = import("./timeline").Timeline; export declare const Timeline: typeof import("./timeline").Timeline; export { ViewArgs, ViewState } from "./view"; export type View = import("./view").View; export declare const View: typeof import("./view").View;