@pulumi/signalfx
Version:
A Pulumi package for creating and managing SignalFx resources.
7 lines • 361 B
TypeScript
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;
//# sourceMappingURL=index.d.ts.map